Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Open object type gets unified too soon

types ocaml

OCaml - Add a new tuple, containing a list of tuples, to that list

Ocaml Type Error For enumerate example

OCaml nested patterns - exception despite defining pattern

OCaml recursive function

What are equality witnesses like `Type.eq` / `Typing_equal.equal` used for?

OCaml Signature Functors

ocaml functor

How can I create a type in order to accommodate the return value of my Ocaml function?

Why 1::2::[] and [1;2] are not the same in OCaml in terms of ==?

Sorting an array Imperative ocaml

Why can't row polymorphism be use to store objects in heterogeneous containers?

types polymorphism ocaml

ocaml record type and null

types ocaml record

What is a light-weight alternative to ocamlyacc/menhir for parsing simple expression?

ocaml

Writing first interpreter with Python - choice of OCaml language

Compiling ocaml in notepad++

ocaml notepad++

How do I compare values for equality by Type Constructor?

ocaml equality reason

Ocaml how to access elements in type definitions

ocaml