Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
19b15cc0
Commit
19b15cc0
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-07-08 17:18:01 by cmiachon] adding min
Original author: cmiachon Date: 2004-07-08 17:18:01+00:00
parent
50a93c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
types/builtin.ml
View file @
19b15cc0
...
...
@@ -314,3 +314,8 @@ unary_op_gen "flatten"
register_fun
"raise"
any
Types
.
empty
(
fun
v
->
raise
(
Value
.
CDuceExn
v
));;
register_fun
"min"
Sequence
.
int
int
(
Value
.
query_min
);;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment