mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
remove type def for maxFloat; could only be used by expr2, and it isn't so this is safe
This commit is contained in:
parent
cdc61f64ba
commit
8c4b574e48
1 changed files with 0 additions and 6 deletions
|
@ -749,12 +749,6 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
Box::new(frac_type(flex(TVAR1))),
|
||||
);
|
||||
|
||||
// maxFloat : Frac a
|
||||
add_type!(Symbol::NUM_MAX_FLOAT, frac_type(flex(TVAR1)));
|
||||
|
||||
// minFloat : Frac a
|
||||
add_type!(Symbol::NUM_MIN_FLOAT, frac_type(flex(TVAR1)));
|
||||
|
||||
// pow : Frac a, Frac a -> Frac a
|
||||
add_top_level_function_type!(
|
||||
Symbol::NUM_POW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue