Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Implementing a tail recursive version of quicksort-like function in F#/OCaml

Handling multiple exception types in OCaml

syntax error-handling ocaml

Why wasn't OCaml List.fold_right implemented as tail-recursive?

why does OCaml use subtyping for polymorphic variants?

ocaml subtyping

Difference between List.iter and List.map function in OCaml

Which programming languages support functions that take themselves as arguments?

How do I strip whitespace from a string in OCaml?

string ocaml

Tail call conversion in OCaml

Parameter names of a function using a functional language such as F#

Is there a Bignum module for Ocaml?

ocaml

printing polymorphic containers in ocaml toplevel

ocaml pretty-print

Is there a term for a monad that is also a comonad?

Is F# compiler a single-pass compiler?

Generate dump/explain files of Menhir when using ocamlbuild

ocaml ocamlbuild menhir

Making a test double in OCaml

unit-testing ocaml

How to decide whether to parameterize on the type-level or the module-level when designing modules?

Converting PCL to PDF

Error: Cannot safely evaluate the definition of the recursively-defined module

module ocaml