Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Any side effects of this empty list checking (list = []) in OCaml?

list ocaml

OCaml: is it possible to define mutually recursive data-structures in separate files

recursion module ocaml

Wildcard pattern overriding subtype constraint on polymorphic variant

How can I suppress g++ deprecation warnings in OCaml compilation when linking with C++ libraries?

c++ gcc build ocaml gcc-warning

Setting the prompt in an OCaml custom toplevel

ocaml

What does a.{X} mean in OCaml?

arrays syntax f# ocaml

Where can I find the OCaml Option module?

How defining a module signature whose module implementation is parameterized by a functor

Using external libraries with ocamlbuild

makefile ocaml ocamlbuild

How to turn on `exception stack trace` for OCaml `Toplevel`?

OCaml passing labeled function as parameter / labeled function type equivalence

How to access an object field in OCaml?

ocaml

Difference between .cma, .cmo, .cmx files and how to use them correctly in compilation?

c++ compilation ocaml

OCaml mod function returns different result compared with %

python operators ocaml modulo

How to read a bitmap in OCAML?

Ocaml: Error - this expression has type x but is used with type x

ocaml tuareg

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