Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Parsing grammars using OCaml

parsing ocaml grammar

Reuse and extend the defined type in Ocaml

types ocaml extend

Two fields of two records have same label in OCaml

types ocaml record

OCaml: Declaring a function before defining it

OCaml - Pattern matching with list reference in a tuple

Non-empty list append theorem in Coq

What libraries should I use for better OCaml Threading?

ocaml

Collecting the output of an external command using OCaml

unix ocaml

How can I skip a term with List.Map in OCAML?

ocaml

Using a variable in pattern matching in Ocaml or F#

Make OCaml function polymorphic for int lists and float lists

polymorphism ocaml

OCaml Option get

ocaml option

Convert 'a list to a Set?

ocaml

OCaml Optional Argument

Standard name of a sum type like Either but for 3 cases?

Convert char to string in OCaml

Impredicative polymorphism in F#

Where to place a shared utility module in OCaml?

module ocaml

Where is OCaml's alternative string syntax {|...|} documented?

How to indent existing OCaml code

ocaml indentation