Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Any side effects of this empty list checking (list = []) in OCaml?

list ocaml

OCaml: is it possible to define mutually recursive data-structures in separate files

recursion module ocaml

Wildcard pattern overriding subtype constraint on polymorphic variant

How can I suppress g++ deprecation warnings in OCaml compilation when linking with C++ libraries?

c++ gcc build ocaml gcc-warning

Setting the prompt in an OCaml custom toplevel

ocaml

What does a.{X} mean in OCaml?

arrays syntax f# ocaml