blob: 3ee4def34babaf6c9c077ed8266395068e50b312 (
plain) (
blame)
1
2
3
|
int_adt.erl:28: Invalid type specification for function int_adt:add_f/2. The success typing is (number(),float()) -> number()
int_adt.erl:32: Invalid type specification for function int_adt:div_f/2. The success typing is (number(),number()) -> float()
|