File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ let to_check_clause ScopedTerm.{ it; loc } =
789
789
let n = get_namef it in
790
790
not (F. equal n F. mainf)
791
791
(* && 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
793
793
794
794
let check_clause ?uf ~loc ~env t =
795
795
if to_check_clause t then (
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ let _ =
53
53
in
54
54
55
55
let _ =
56
- (* Format.eprintf "The env is %a@." (F.Map.pp pp_overloaded') types; *)
57
56
let varX = var " X" in
58
57
let varY = var " Y" in
59
58
let term = app " =" (app " f" varY [] ) [ varX ] in
You can’t perform that action at this time.
0 commit comments