Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Ocaml Functors, Modules and Submodules

module ocaml functor

Declarations and global reference variables for several files

Why does ocamldoc fail on unbound modules?

OCaml : type constraints in signatures

capture image from web camera

ocaml

How was `val hash : 'a -> int` was implemented in OCaml?

Why can't pervasives.cmi be opened?

ocaml

Type-level arithmetics in OCaml

math types ocaml

Max Value of a Multiway Tree in OCaml

tree max ocaml multiway-tree

The ideal way to write permutation function in OCaml

OCaml comment containing "\" results in "comment not terminated"

escaping ocaml

In OCaml, why is there an auxiliary function in Core's List.find?

list ocaml

What's the purpose of _tags file with OCaml, and how to interpret the contents?

ocaml ocamlbuild

Map a subset of a polymorphic variant

ocaml

OCaml equivalent of javascript 'apply'

OCaml: How to test my own regular expression library

What is <cycle> in data?

ocaml evaluation

Force a broader type for optional argument with more restrictive default value

ocaml

Running OUnit tests using dune

ocaml ounit ocaml-dune

Combining parametric polymorphism and polymorphic variants (backtick types)