Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

One line F# code is hard to understand

f# ocaml

How to get OCaml toplevel to use Batteries?

ocaml

Does OCaml have the ability to pass by reference?

c++ ocaml pass-by-reference

Functional way to split a map of lists into a list of maps

Lookup tables in OCaml

ocaml lookup