Skip to content

Commit b75bf3c

Browse files
committed
Remove unused code from ml_proglib
1 parent 9f25c81 commit b75bf3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

translator/ml_progLib.sml

-4
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,6 @@ fun add_Dlet eval_thm var_str = let
398398
let_env_abbrev ALL_CONV, let_st_abbrev reduce_conv]
399399
end
400400

401-
val exp = “Lit (Word64 0w)”
402-
val loc = unknown_loc
403-
val n = “"bar"
404-
405401
fun add_Dlet_lit loc n exp =
406402
let
407403
val theVal = EVAL (Parse.Term ‘case evaluate s env [^exp] of |(_, Rval [v]) => v’) |> concl |> rhs

0 commit comments

Comments
 (0)