Add a Num typeclass
This commit is contained in:
parent
3a36ffe5ff
commit
e38eaed978
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import T = inst::T;
|
||||
import cmp::{eq, ord};
|
||||
import num::num;
|
||||
|
||||
export min_value, max_value;
|
||||
export min, max;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import T = inst::T;
|
||||
import cmp::{eq, ord};
|
||||
import num::num;
|
||||
|
||||
export min_value, max_value;
|
||||
export min, max;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue