Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

How to include a local library to an executable with dune ocaml

package ocaml ocaml-dune

Polymorphic variant --> GADT?

Is there an idiomatic way to do implicit local state in OCaml?

Higher order types in OCaml (phantom types subtyping)

How do I split an OCaml list into head and tail?

Extending OCaml Module

module ocaml

how to define two types referring to each other in OCaml?

types recursion ocaml

Handle date and time in ocaml

date time ocaml

Redirect standard output OCaml

Ocaml: "contains type variables that cannot be generalized"

ocaml typeerror

Anonymous recursive functions in OCaml

Representing optional syntax and repetition with OcamlYacc / FsYacc

List.fold_left in OCaml

ocaml

How to modify unary operators in OCaml?

operators ocaml

OCaml: How to decode unicode-escape string?

Ambiguous guarded pattern

pattern-matching ocaml

Error in code to flatten a list in Ocaml

ocaml flatten

OCaml Syntax: what does >>= mean?

ocaml