summaryrefslogtreecommitdiff
path: root/src/monomorphise.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/monomorphise.mli')
-rw-r--r--src/monomorphise.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monomorphise.mli b/src/monomorphise.mli
index 39d89461..f8a17494 100644
--- a/src/monomorphise.mli
+++ b/src/monomorphise.mli
@@ -69,7 +69,7 @@ val mono_rewrites : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
val rewrite_toplevel_nexps : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
(* Add casts across case splits *)
-val add_bitvector_casts : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
+val add_bitvector_casts : Type_check.Env.t -> Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
(* Replace atom arguments which are fixed by a type parameter for a size with a singleton type *)
-val rewrite_atoms_to_singletons : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
+val rewrite_atoms_to_singletons : string -> Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs