From: Matthijs Kooijman Date: Wed, 18 Feb 2009 14:36:25 +0000 (+0100) Subject: Fix comment indent. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=48b92d378f7a8ce1a3c41443a4c9ad957bcd59c4 Fix comment indent. --- 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