Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Transforming OCaml code to F#

f# ocaml

Is there a name for ADT with explicit subtyping?

OCaml: how to solve findlib warnings of multiple `cmi`s

ocaml opam ocamlfind

OCaml lazy evaluation: 'a lazy_t vs unit -> 'a

OCaml empty global variable

ocaml

Is it possible the get the AST for an OCaml program?

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