mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
cargo fmt
This commit is contained in:
parent
1df1b4bc84
commit
d81228df80
2 changed files with 6 additions and 6 deletions
|
@ -675,7 +675,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
vec![float_type(flex(TVAR1)), float_type(flex(TVAR1))],
|
||||
Box::new(float_type(flex(TVAR1)))
|
||||
);
|
||||
|
||||
|
||||
// divChecked : Float a, Float a -> Result (Float a) [ DivByZero ]*
|
||||
add_top_level_function_type!(
|
||||
Symbol::NUM_DIV_FLOAT_CHECKED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue