Skip to content

Commit 8f071c4

Browse files
committed
Elim whitespace.
1 parent edfe78a commit 8f071c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

langs/fraud/interp.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
[(Int i) i]
2424
[(Bool b) b]
2525
[(Char c) c]
26-
[(Eof) eof]
26+
[(Eof) eof]
2727
[(Var x) (lookup r x)]
28-
[(Prim0 p) (interp-prim0 p)]
28+
[(Prim0 p) (interp-prim0 p)]
2929
[(Prim1 p e)
3030
(match (interp-env e r)
3131
['err 'err]

0 commit comments

Comments
 (0)