Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

OCaml: measure execution time in toplevel

ocaml ocaml-toplevel

What's wrong with my Haskell type synonym?

Does runtime generally use an imperative-like interpretation of functional language code

What's the difference between records and tuples in OCaml

ocaml

Defining functions pointfree-style in functional programming. What are the cons/pros?

Ocaml + LLVM under cygwin (or, more generally, statically linking with C object files under cygwin)?

linker cygwin ocaml llvm

Folding over Trees in OCaml

How can sexplib be used with functor types like Map?

ocaml s-expression

How to safely translate tree data structures between C++ / Ocaml?

Does Jason Hickey's Ocaml book have answers publicly?

ocaml

How can the ocamlfind/ocamlbuild toolchain be used with project-local copies of packages?

Extending OCaml Maps to formattable Maps

map ocaml functor

__ in Ocaml extracted from Coq

ocaml coq

js_of_ocaml and Deriving_Json

OCaml's `type a. a t` syntax

Ocaml for ARM cortex M4?

arm ocaml cross-compiling

Can OCaml be used as a scripting language for C++?

c++ scripting ocaml ffi

(Lazy) Haskell undefined/bottom in OCaml