Skip to content

Commit 42d455e

Browse files
committed
Remove unused code
1 parent 6938f22 commit 42d455e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

elab.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ open Erase
1010

1111
module EL = Syntax
1212

13-
exception Error of string
14-
1513
let quote x = "`" ^ x ^ "'"
1614

1715

elab.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
(* Elaboration *)
66

7-
exception Error of string
8-
97
val elab : Env.env -> Syntax.exp -> Types.extyp * Types.eff * Fomega.exp
108

119

0 commit comments

Comments
 (0)