diff options
Diffstat (limited to 'assignment-13/Util.dcl')
-rw-r--r-- | assignment-13/Util.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assignment-13/Util.dcl b/assignment-13/Util.dcl index 11ad93e..baef165 100644 --- a/assignment-13/Util.dcl +++ b/assignment-13/Util.dcl @@ -16,4 +16,4 @@ nl :: PrState -> PrState indent :: PrState -> PrState unindent :: PrState -> PrState -prsperse :: a [b] -> PrState -> PrState | print a & print b +prsperse :: (PrState -> PrState) [a] -> PrState -> PrState | print a |