Skip to content

Commit 40b4daf

Browse files
committed
wip
1 parent 14619d9 commit 40b4daf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/compiler/determinacy_checker.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ let to_check_clause ScopedTerm.{ it; loc } =
789789
let n = get_namef it in
790790
not (F.equal n F.mainf)
791791
(* && Re.Str.string_match (Re.Str.regexp ".*test.*") (Loc.show loc) 0 *)
792-
(* && Re.Str.string_match (Re.Str.regexp ".*test.*functionality.*") (Loc.show loc) 0 *)
792+
&& Re.Str.string_match (Re.Str.regexp ".*test.*functionality.*") (Loc.show loc) 0
793793

794794
let check_clause ?uf ~loc ~env t =
795795
if to_check_clause t then (

src/compiler/test_type_checker.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ let _ =
5353
in
5454

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

0 commit comments

Comments
 (0)