Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

MirageOS - Unable to build unikernel for XEN

ocaml xen unikernel mirage

How to write reasonml binding for a union type

binding via argument name and pattern match in ocaml

pattern-matching ocaml

Example of nested signatures in OCaml?

module ocaml ml

Recursive types in OCaml?

recursion types ocaml

Ocaml - Forward Declaration (Classes)

ocaml

Type definitions with open unions

types ocaml variant

Extend a module from Map in OCaml

module ocaml

Why does the OCaml pattern `zero -> zero` seem to match everything?

pattern-matching ocaml

What is the purpose of OCaml's Lazy.lazy_from_val?

ocaml lazy-evaluation

OCaml constructor unpacking

syntax ocaml

In OCaml, is it possible to define Map in terms of Set?

module ocaml functor

Converting OCaml to F#: Is there a simple way to simulate OCaml top-level #trace in F#

debugging f# ocaml trace

Stuck in an infinite loop in a function

ocaml type within a type

types ocaml records

what is the purpose of using ":" in OCaml function declaration

Can I inherit from an OCaml class chosen at runtime?

ocaml

Autocompletion in utop

autocomplete ocaml utop

How to get the line number of an exception in OCaml without debugging symbols?

ocaml

Ocaml pattern matching for "square" tuple?