Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Avoid the warning "Warning 21: this statement never returns (or has an unsound type.)"

ocaml warnings

Is there a standard higher order function for applying a transformation several times?

Why is 0.0 == 0.0 false in REPL but true when executing natively?

floating-point ocaml

In OCaml, what is the difference between `'a.` and `type a.` and when to use each?

How are weak arrays used?

ocaml

Are there Window Manager developed using OCaml?

ocaml

How to use assert in OCaml?

ocaml assert

Communication between OCaml and Python

python ocaml

Does OCaml have C-like round() and trunc() functions?

floating-point ocaml

What is the difference between let-bindings and references in OCaml?

variables reference ocaml

Guarantying assignment to a function's return value in OCaml

Conditional pattern matching in Racket

Concatenate strings in ocaml with newline between them

ocaml

Functors in separate files in OCaml?

ocaml functor

Hashtable of mutable variable in Ocaml

hashtable ocaml mutable

Feed ocamlyacc parser from explicit token list?

ocaml ocamlyacc

Specifying a dynamic priority and precedence for an operator in Menhir/Ocamlyacc

OCaml type of the plus operator

ocaml

OPAM package not running

ocaml opam

How do I use sets in OCaml?

module ocaml