- Timestamp:
- 09/14/08 22:37:30 (3 months ago)
- Files:
-
- 1 modified
-
v6/smop/m0ld/M0ld.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/m0ld/M0ld.hs
r22245 r22246 273 273 274 274 prettyPrintConstant :: [Char] -> Value -> [Char] 275 prettyPrintConstant indent value = indent ++case value of275 prettyPrintConstant indent value = case value of 276 276 StringConstant str -> (show str) ++ "\n" 277 277 IntegerConstant int -> (show int) ++ "\n"
