diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-04-29 17:24:42 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-04-29 17:24:42 -0400 |
commit | d40bec7348942c36a597b00e146f43777fa303dc (patch) | |
tree | 1e96e71e9ab32ab3f21706e42abbd62676cd1844 /lib | |
parent | 05f75f15e2207afeeb97fec40ef0fd10d2befef8 (diff) |
Add rand to Basis and handle it in Iflow
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 13d52960..19983cd2 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -821,3 +821,5 @@ val mayUpdate : fs ::: {Type} -> tables ::: {{Type}} -> [[Old, New] ~ tables] val also : sql_policy -> sql_policy -> sql_policy val debug : string -> transaction unit + +val rand : transaction int |