From 8e678a017e970e3cca2bbef606b9f8eaa3732353 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 4 Sep 2022 14:08:18 +0100 Subject: Typo --- src/Compiler.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Compiler.hs b/src/Compiler.hs index 0511644..3b41e79 100644 --- a/src/Compiler.hs +++ b/src/Compiler.hs @@ -62,7 +62,7 @@ showMaybet Nothing = "()" showMaybet (Just t) = show t -- | @typecheckVal value typ@ resolves @value@ and compares it to @typ@ type, --- returning a string describing an error or Nothin in case of type match. +-- returning a string describing an error or Nothing in case of type match. typecheckVal :: A.Expr -> Maybe A.Type -> State CompState (Maybe String) typecheckVal value typ = do r <- compile value -- cgit v1.2.3