diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-10-21 10:40:22 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-10-21 10:40:22 -0400 |
commit | 007027d1bb5b084352a1fc9e4e4178ee8e9821fe (patch) | |
tree | d74ba8993884143248dc1c3e9bb69d44d597d212 /lib | |
parent | 29a7ea8ff27061917f6e5352f9d1eb8ccad7c680 (diff) |
num_float
Diffstat (limited to 'lib')
-rw-r--r-- | lib/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/basis.urs b/lib/basis.urs index 18cd4c37..f2a08a86 100644 --- a/lib/basis.urs +++ b/lib/basis.urs @@ -26,6 +26,7 @@ val times : t ::: Type -> num t -> t -> t -> t val div : t ::: Type -> num t -> t -> t -> t val mod : t ::: Type -> num t -> t -> t -> t val num_int : num int +val num_float : num float (** String operations *) |