Skip to content

Commit

Permalink
🔥 Remove unused Score_invalid_arguments exn
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jun 10, 2024
1 parent d14f871 commit 54faea1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ let gen_vertex =
incr cnt;
[%string "X%{!cnt#Int}"]

exception Score_invalid_arguments

let rec peval : type a. (a, det) texp -> (a, det) texp =
fun ({ ty; exp } as texp) ->
match exp with
Expand Down

0 comments on commit 54faea1

Please sign in to comment.