Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Sqlite bindings for OCaml

sqlite ocaml

Why are 3rd party libraries not found on the OCaml search path?

macos build ocaml llvm homebrew

Getting at C binary data from OCaml

c ocaml binary-data ffi

Is it possible to use OCaml in embedded mode?

interop ocaml

remove duplicate string and empty string

Ocaml - Lazy.force

Efficient input in OCaml

ocaml user-input

Any side effect of using underscore wildcard in let command (i.e., let _ = ... in) in OCaml?

ocaml let

Warning 8: Incomplete pattern matching warning in a let statement

ocaml

Can I pass a value to a functor in Ocaml?

ocaml

Where is Reason's cons (::) operator?

Can compare return anything else than -1, 0 and 1?

compare comparison ocaml

When is OCaml's warning 27 "Innocuous unused variable" useful?

ocaml

Does "match ... true -> foo | false -> bar" have special meaning in Ocaml?

How do I represent an null value in type float for Ocaml

Function whose argument is an unsigned 32 bit integer

ocaml

How can one really create a process using Unix.create_process in OCaml?

unix ocaml

Are streams in ocaml really used?

stream ocaml ocaml-lwt

Recursive discriminated union case types

Ocaml noobie Q -- how to use accumulating parameters?

ocaml