Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

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