Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Using Map.update in OCaml

dictionary ocaml

I want to do 2 things after a "then" statement in a "if.. then.. else" statement

list ocaml

"Ordered power set" / "Graph coloring" sets

f# ocaml

Ocaml - Files and parsing

Extending Immutable types (or: fast cache for immutable types) 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?