Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Abbreviating constructor names in Ocaml

ocaml abbreviation

Creating a Compiler: Learn OCaml or Stick With Java/C/C++

OCaml: Throw away return value in imperative code

Match Comparison OCaml

The most convenient way to check if a string ends with some text in OCaml?

regex string ocaml

Reason module system

ocaml reason

OCaml: Leaving fields in records undefined?

ocaml record

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