prompt: remove debug statement

This commit is contained in:
2017-05-27 20:03:45 -04:00
parent e612b3c226
commit a7f74909d7
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ pmath f x = BErr $ "Expected exactly one argument, got " ++ (show $ length x)
psqrt :: [Value] -> Value
psqrt = pmath sqrt
pcos :: [Value] -> Value
pcos = pmath cos