Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

OCaml cross linking

Can I produce native executables with OCamlBuild which can run in computers which don't have OCaml libraries?

ocaml ocamlbuild

How to print a tree structure into a string fast in Ocaml?

performance string ocaml

OCaml insert an element in list

Building AST in OCaml

parsing ocaml grammar

About the pattern matching algorithm in OCaml

Pattern-matching returning a string representation of math expression

warning 10 : this expression should have type unit

ocaml

Ocaml : Passing constructor type between modules

types module ocaml abstract

OCaml int to binary string conversion

ocaml type-conversion

Fast bitarray in OCaml

How to convert numbers among hex, oct, decimal and binary in OCaml?

ocaml

How can I declare a module (actually a Set.Make) in mli file?

ocaml

Why is the binding of the functor result with a new module name required to call nested functor of initial functor?

ocaml functor

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