Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

OCaml dynamically check for badly behaved native functions

c ocaml

let rec for values and let rec for functions in ocaml

ocaml

how to access a type defined in one .ml file in another .ml file

ocaml

Recursive Set in OCaml

module ocaml recursion

OpenMP with OCAML

Writting and reading a custom variable to a file in Ocaml

ocaml

Why does annotating a type with sexp return cause Unbound value int_of_sexp?

ocaml camlp4

OCaml Format and structural boxes: Why does my output not match the example?

io ocaml

js_of_ocaml and Core

ocaml js-of-ocaml

Shorthand for constructor function

ocaml

What is **lenses** in OCaml's world

ocaml lenses

` operator in OCaml

ocaml

Parsing HTML with OCaml

html ocaml

Use s-expression in OCaml utop

ocaml

OCaml's rectype inference

ocaml

Definition of Sets in ocaml

set ocaml

OCaml: unexpected exception with Unix.getlogin when stdin redirected

unix ocaml

How to make OCamlbuild compile and link a C file into an OCaml project?

c ocaml ocamlbuild

Is it possible in ocamllex to define a rule that looks ahead at the next character without consuming it?

ocaml ocamllex

OCAMLRUNPARAM does not affect stack size

ocaml stack-overflow