Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

type +'a t in Ocaml Map Library?

module map types ocaml

How to convert an Ocaml datatype to xml and the other way around?

xml ocaml

Does the LLVM OCaml binding include intrinsic support?

ocaml llvm

Using open unions outside the module they were defined in

types ocaml variant

How to curry a function w.r.t. its optional arguments in OCaml

ocaml currying

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