Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Functors in Ocaml

Is there a name for a function that takes a piece of data and a list of functions and applies each function to the result of the last one?

Why does the OCaml std lib have so many non-tail-recursive functions?

List Comprehension in Ocaml?

ocaml

What's the difference between include, require and open in OCaml?

ocaml

ocaml toplevel module loading

load ocaml

OCaml: higher kinded polymorphism (abstracting over modules?)

Limitations of let rec in OCaml

OCaml Module : include AND open?

module ocaml

What does GADT offer that cannot be done with OOP and generics?

Is OCaml suitable to write networking servers?

networking tcp ocaml

how to to do the "noop but return unit" in OCaml

pattern-matching ocaml noop

automata in OCaml

ocaml

Is there a `flip` function in the OCaml standard library?

ocaml

What's the difference between "let ()=" and "let _=" ;

ocaml

What is the difference between 'a and '_l?

ocaml

OCaml functors :: counter-intuitive behaviour

ocaml functor

CLR vs OCaml exception overhead

exception f# clr ocaml

OCaml performance of exceptions

performance f# ocaml

Ocaml utop library paths, Core module

ocaml