Skip to content

Commit 29d1cca

Browse files
committed
Removed dead code
1 parent 65476d5 commit 29d1cca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

types.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ data LispVal = Atom String
9393
| String String
9494
| Char Char
9595
| Bool Bool
96-
-- TODO: could use to determine whether a function should be
97-
-- evaluated by the trampoline (but need to think this through)
98-
-- | Partial (ThrowsError LispVal)
9996
| PrimitiveFunc ([LispVal] -> ThrowsError LispVal)
10097
| Func {params :: [String],
10198
vararg :: (Maybe String),

0 commit comments

Comments
 (0)