Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 committed Sep 12, 2023
1 parent 08e243d commit 9a96c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/cn/wellTyped.ml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ module WIT = struct



(* copying and adjusting Neel's pattern.ml code *)
(* copying and adjusting Neel Krishnaswami's pattern.ml code *)
let rec cases_complete loc (bts : BT.t list) (cases : ((BT.t pattern) list) list) =
match bts with
| [] ->
Expand Down Expand Up @@ -279,7 +279,7 @@ module WIT = struct
) dt_info.dt_constrs
end

let rec infer =
let rec infer : 'bt. Loc.t -> 'bt term -> (BT.t term) m =
fun loc (IT (it, _)) ->
match it with
| Sym s ->
Expand Down

0 comments on commit 9a96c20

Please sign in to comment.