Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 26th, 2016
116
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
OCaml
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
Polymorphic finite partial functions via Patricia trees
.
type
(
'
a,
'
b
)
func
=
Empty
|
Leaf
of
int
*
(
'
a
*'
b
)
list
|
Branch
of
int
*
int
*
(
'
a,
'
b
)
func
*
(
'
a,
'
b
)
func
;;
Add Comment
Please,
Sign In
to add comment
Public Pastes
Hunted
Lua | 24 min ago | 4.28 KB
Strong Number Checker
C | 1 hour ago | 0.64 KB
Theretical Astrophysics Simulation Plot
Python | 3 hours ago | 1.73 KB
Untitled
JavaScript | 6 hours ago | 3.33 KB
Untitled
JavaScript | 6 hours ago | 6.89 KB
shapes_scad
C | 7 hours ago | 1.56 KB
2025-06-27_stats.json
JSON | 7 hours ago | 3.67 KB
2025-06-27_stats.json
JSON | 7 hours ago | 3.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!