Add a Num typeclass

This commit is contained in:
Patrick Walton 2012-06-07 16:08:38 -07:00 committed by Tim Chevalier
parent 3a36ffe5ff
commit e38eaed978
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import T = inst::T;
import cmp::{eq, ord};
import num::num;
export min_value, max_value;
export min, max;

View File

@ -1,5 +1,6 @@
import T = inst::T;
import cmp::{eq, ord};
import num::num;
export min_value, max_value;
export min, max;