Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

In OCaml, what is the canonical way of matching against multiple arguments of a function?

pattern-matching ocaml

Why is my string of type `bytes`?

ocaml ocaml-core

Open and closed union types in Ocaml

types ocaml idioms

is begin..end in OCaml syntactic sugar?

syntax ocaml

Running time in Ocaml

time ocaml

OCaml ctypes idiomatic way to deal with out parameters

ocaml

What's the difference with or without backtick "`"?

ocaml

Dependent types in OCaml

types ocaml

A good ocaml parser? [closed]

parsing ocaml parsec

η-expansion in a pure functional language

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?