Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

State monad in OCaml

Better to use "and" or "in" when chaining "let" statements?

coding-style ocaml scope ml let

Mixing OCaml and C: is it worth the pain?

c postgresql ocaml

typing recursive modules

Statically "extend" a record-ish data type without indirection hassle

ocaml pretty printer (code formatter)

ocaml

Recognizing arrow keys with stdin

c input terminal ocaml stdin

What does the `and` keyword mean in OCaml?

syntax ocaml

OCaml: Pattern matching vs If/else statements

Module and Class in OCaml

ocaml

Learning .NET from F# without C#

.net f# ocaml

Why OCaml's threading is considered as `not enough`?

The value restriction

ocaml

What is the "let" keyword in functional languages like F# and OCaml for?

Pattern Matching, F# vs Erlang

Stack overflow in OCaml and F# but not in Haskell

How practical is it to embed the core of a language with an effectful function space (like ML) into Haskell?

haskell f# ocaml effects monads

In OCaml, how can I create an out_channel which writes to a string/buffer instead of a file on disk

io ocaml

What's the difference between functors and "generics"

Tools for profiling OCaml code [closed]

profiling ocaml gprof