Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Loading a module with dependencies in utop

ocaml utop

value level module packing and functors in OCaml

module ocaml

Which is better in OCaml pattern matching, `when` or `if-then-else`? [closed]

How to get a list of all variants of a variant type

ocaml

How to specify requirements for versions of dependencies for ocaml dune projects?

Order of evaluation for short-circuit operators and let in OCaml

ocaml operator-precedence

How to quit an iteration in OCaml?

iteration 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