Skip to content

Commit

Permalink
CN: Tidy up in core_to_mucore.ml and signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-mak committed Jul 25, 2024
1 parent e7a4d2b commit 96c4c83
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 744 deletions.
3 changes: 1 addition & 2 deletions backend/cn/compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,8 +1589,7 @@ let translate_cn_statement
UsingLoads.handle
allocations
old_states
(let open E in
let open Effectful.Make (E) in
(let open Effectful.Make (E) in
match stmt_ with
| CN_pack_unpack (pack_unpack, pred, args) ->
let@ args = ListM.mapM (ET.translate_cn_expr SymSet.empty env) args in
Expand Down
2 changes: 0 additions & 2 deletions backend/cn/coreTypeChecks.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
(* comparisons between CN base types and Core base types *)

open Resultat

open Effectful.Make (Resultat)

module BT = BaseTypes
Expand Down
Loading

0 comments on commit 96c4c83

Please sign in to comment.