Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FissoreD committed Dec 10, 2024
1 parent 14619d9 commit 40b4daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler/determinacy_checker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ let to_check_clause ScopedTerm.{ it; loc } =
let n = get_namef it in
not (F.equal n F.mainf)
(* && Re.Str.string_match (Re.Str.regexp ".*test.*") (Loc.show loc) 0 *)
(* && Re.Str.string_match (Re.Str.regexp ".*test.*functionality.*") (Loc.show loc) 0 *)
&& Re.Str.string_match (Re.Str.regexp ".*test.*functionality.*") (Loc.show loc) 0

let check_clause ?uf ~loc ~env t =
if to_check_clause t then (
Expand Down
1 change: 0 additions & 1 deletion src/compiler/test_type_checker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ let _ =
in

let _ =
(* Format.eprintf "The env is %a@." (F.Map.pp pp_overloaded') types; *)
let varX = var "X" in
let varY = var "Y" in
let term = app "=" (app "f" varY []) [ varX ] in
Expand Down

0 comments on commit 40b4daf

Please sign in to comment.