summaryrefslogtreecommitdiff
path: root/paper/While/Yard.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'paper/While/Yard.dcl')
-rw-r--r--paper/While/Yard.dcl2
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)