Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Jul 26, 2020
1 parent 6938f22 commit 42d455e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions elab.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ open Erase

module EL = Syntax

exception Error of string

let quote x = "`" ^ x ^ "'"


Expand Down
2 changes: 0 additions & 2 deletions elab.mli
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

(* Elaboration *)

exception Error of string

val elab : Env.env -> Syntax.exp -> Types.extyp * Types.eff * Fomega.exp


Expand Down

0 comments on commit 42d455e

Please sign in to comment.