Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Compiling multiple Ocaml files

compilation ocaml

OCaml Bigarray: slower than builtin arrays?

Does OCaml have polymorphism?

Why is there a let in OCaml's List.map?

Ocaml "in" keyword and usage

Parameterized types in OCaml

types ocaml parameterized

First class Modules with parametric types (The type constructor F.f would escape its scope)

OCaml Websocket example

websocket ocaml

OCaml - declaring n-dimensional arrays

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