diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-06-07 11:13:18 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-06-07 11:13:18 -0400 |
commit | 6994a00f608335fc2e835538dfd84b70aa486d0f (patch) | |
tree | 025a2cfb12b5075c231a663b21c6df3b979848ef /lib/ur/basis.urs | |
parent | 555b6a066f6a4a2396ead20e673b363c3706e713 (diff) |
Start of Option; Basis.current; fix missed cases in Jscomp.isNullable
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r-- | lib/ur/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index d3fbe037..50909804 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -107,6 +107,7 @@ val get : t ::: Type -> source t -> transaction t con signal :: Type -> Type val signal_monad : monad signal val signal : t ::: Type -> source t -> signal t +val current : t ::: Type -> signal t -> transaction t (** HTTP operations *) |