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
tweak
[sqlgg.git]
/
src
/
apply.ml
blob
c3715bf352f4c299a358ac374c1faa286aea72ae
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
let
flip
f x y
=
f y x
6