repo.or.cz
/
sqlgg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
more types
[sqlgg.git]
/
apply.ml
blob
f7d763007991520535530e70f33e557d5ec03c88
1
2
external
id
:
'a
->
'a
=
"
%i
dentity"
3
let
catch
f x
=
try
Some
(
f x
)
with
_
->
None
4
let
tee
f x
=
f x
;
x
5