mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Operator mismatch fix
wow this remained unspotted for some time...
This commit is contained in:
parent
22045a2f06
commit
8194abaf93
@ -75,7 +75,7 @@ let name : type a. a t -> string = function
|
||||
| Div_int_int -> "o_div_int_int"
|
||||
| Div_rat_rat -> "o_div_rat_rat"
|
||||
| Div_mon_mon -> "o_div_mon_mon"
|
||||
| Div_mon_rat -> "o_div_mon_mon"
|
||||
| Div_mon_rat -> "o_div_mon_rat"
|
||||
| Div_dur_dur -> "o_div_dur_dur"
|
||||
| Lt -> "o_lt"
|
||||
| Lt_int_int -> "o_lt_int_int"
|
||||
|
Loading…
Reference in New Issue
Block a user