diff options
author | Camil Staps | 2016-05-18 22:36:36 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-18 22:36:36 +0200 |
commit | 70d02f93b63f96ee8d0ac11898d14b001e2933f4 (patch) | |
tree | 702e71ce4febf47de264672ab344b0fe3a491330 /paper/While/Yard.dcl | |
parent | Opdracht 7 (diff) |
Minor stylistic While updates
Diffstat (limited to 'paper/While/Yard.dcl')
-rw-r--r-- | paper/While/Yard.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/While/Yard.dcl b/paper/While/Yard.dcl index 1fcbfea..f848666 100644 --- a/paper/While/Yard.dcl +++ b/paper/While/Yard.dcl @@ -11,7 +11,7 @@ import Common :: Parser a b = Parser ([a] -> (Either Error b, [a])) instance Functor (Parser a) -instance Applicative (Parser a) +instance Applicative (Parser a) instance Monad (Parser a) instance Alternative (Parser a) |