Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 25th, 2017
112
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
OCaml
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
let
rec
trues l
=
match
l
with
[
]
->
0
|
h
::
t
->
match
h
with
false
->
0
+
trues t
|
true
->
1
+
trues t
;;
Add Comment
Please,
Sign In
to add comment
Public Pastes
HA_57
C++ | 11 min ago | 3.86 KB
Hunted
Lua | 20 min ago | 4.83 KB
NoggiParameterReplicator
VBScript | 59 min ago | 4.02 KB
Votes In MainScript
CSS | 1 hour ago | 0.80 KB
ll
C++ | 2 hours ago | 1.00 KB
Joomla leak
PHP | 2 hours ago | 7.62 KB
hdvsvdshbwz
JSON | 2 hours ago | 0.27 KB
config alloy v1
YAML | 2 hours ago | 1.26 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!