X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=FlattenTypes.hs;h=bcb8be7d55d8e17a762b13e50d4314ab8a512b9b;hb=48b92d378f7a8ce1a3c41443a4c9ad957bcd59c4;hp=af6289e6588371855c1dc0ef6ef8be838c73fc5a;hpb=d23c70f3fee490d865aae9c5bfcad1bf1e1f565f;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/FlattenTypes.hs b/FlattenTypes.hs index af6289e..bcb8be7 100644 --- a/FlattenTypes.hs +++ b/FlattenTypes.hs @@ -20,7 +20,7 @@ type SignalMap = HsValueMap SignalId type StateId = Int -- | How is a given (single) value in a function's type (ie, argument or --- return value) used? +-- return value) used? data HsValueUse = Port -- ^ Use it as a port (input or output) | State StateId -- ^ Use it as state (input or output). The int is used to