Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Warning 8: Incomplete pattern matching warning in a let statement

ocaml

Can I pass a value to a functor in Ocaml?

ocaml

Where is Reason's cons (::) operator?

Can compare return anything else than -1, 0 and 1?

compare comparison ocaml

When is OCaml's warning 27 "Innocuous unused variable" useful?

ocaml

Does "match ... true -> foo | false -> bar" have special meaning in Ocaml?

How do I represent an null value in type float for Ocaml

Function whose argument is an unsigned 32 bit integer

ocaml

How can one really create a process using Unix.create_process in OCaml?

unix ocaml

Are streams in ocaml really used?

stream ocaml ocaml-lwt

Recursive discriminated union case types

Ocaml noobie Q -- how to use accumulating parameters?

ocaml

Unfold tuple in OCaml

ocaml

What is the most idiomatic (or the fastest) way to sum up a list in OCaml?

ocaml

Will endless list in OCaml eat up all the memory?

ocaml

Ocamlfind command not found

What does it mean when an OCaml variable starts with `#`? (hash sign/pound sign)?

Getting constant length retrieve time constant with immutable lists in a functional programming context

Why does the compiler stop complaining about `type unit` in this case?

ocaml

Telling ocamlbuild to use Core

ocaml ocamlbuild