Skip to content

Commit 7afcf75

Browse files
committed
More
1 parent a8eebef commit 7afcf75

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

user_manual.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,15 +2323,6 @@ DESUGAR(t):
23232323
(eo::ite DESUGAR( (eo::is_eq (eo::typeof (f_1 k_1 ... k_n)) T) ) f_1
23242324
(eo::as f_m DESUGAR( (-> T_1 ... T_n T) ) ...)) ) ; Otherwise, eo::as is unprocessed, will be a type error.
23252325
2326-
;;; overloaded functions
2327-
2328-
(f t_1 ... t_n), where S[NAME(f)] = [f_1, ..., f_m] and m>1:
2329-
return DESUGAR(
2330-
(_ (eo::ite (eo::is_eq (eo::typeof (f_m t_1 ... t_n)) T) f_m
2331-
...
2332-
(eo::ite (eo::is_eq (eo::typeof (f_1 t_1 ... t_n)) T) f_1
2333-
f_m ...)) t_1 ... t_n) ) ; Otherwise, defaults to most recent if type checking fails for all overloads, we give a warning in this case.
2334-
23352326
;;; binders, definitions
23362327
23372328
If A(f) = [binder, g]:

0 commit comments

Comments
 (0)