Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Global variables in Ocaml

global-variables ocaml caml

What are good uses of OCaml packaged modules?

ocaml

Inlining Algorithm

ocaml interpreter

ocaml interpreter

Ctypes and pointers to string arrays

ocaml

Converting GADT to phantom types

ocaml adt gadt

How to use Jane Street's Core with Reason?

ocaml ocamlbuild reason

Invoke OCaml compiler to just produce .cmi

header ocaml compilation

Return multiple tokens in ocamllex

Random enumeration of a hash table in OCaml

Scope of constructors of a module in OCaml

constructor module ocaml

Weak-memoizing result of multi-parameter function in OCaml

Marshal and magic_copy in js_of_ocaml

OCaml branches information [closed]

branch ocaml

How to conveniently refactor OCaml project?

ocaml

How to make a multi-level module hierarchy with (or without) Oasis

module ocaml oasis

Is it possible to split a set of recursive functions into 2 files in OCaml?

recursion makefile ocaml

how to represent a non-empty list type

list ocaml reason

Embedding Lua in OCaml

lua embed ocaml

OCaml Modules: bringing (interconnected) types from different modules into a new module

module types ocaml signature