Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

OCaml "else" Syntax error

Suppress a warning from OCaml in a specific line

ocaml

Is there such thing as incremental build for OCaml?

Unpacking a first-class module constrained by a type variable

Calling Mathematica from OCaml program

ocaml wolfram-mathematica

Is it possible to create a polymorphic variant type dynamically using modules?

Defunctorizer for OCaml

ocaml functor

OCaml - Unbound record field

ocaml record functor

How to sum a list of float numbers in OCaml

ocaml

The correct way to write unit tests for a module in OCaml

unit-testing ocaml ounit

What is the type "int/2" in OCaml

ocaml utop

Ocaml summing up values in an integer list

syntax ocaml

Is there some way to get a value's type like c# or java's reflection in OCaml?

reflection ocaml

List.sum in Core, don't understand containers

module ocaml ocaml-core

Changing OCaml's gcc after installation

gcc ocaml

Why does OCaml succeed in matching 'a list with int list, while Standard ML fails to do so?

types ocaml sml

Abstract types in modules in OCaml

module ocaml signature

Ocaml stays in system after apt remove and apt purge

ubuntu ocaml

How to efficiently read a line of integers in ocaml

ocaml

OCaml Increment mutable variable several times

ocaml mutable