Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

How to define an infix (not symbolic aka not an operator) function in OCaml?

OCaml toplevel with syntax extensions

syntax ocaml camlp4

OCaml interface vs. signature?

What is the meaning of Warning 40: this record ... contains fields that are not visible in the current scope

ocaml

How do I make a simple GET request in OCaml?

http ocaml

OCaml + Menhir Compiling/Writing

parsing ocaml lexer menhir

Functors with multiple arguments in OCaml

module ocaml functor

How to merge OCaml module types (signatures) defining the same type?

ocaml

How to implement a dictionary as a function in OCaml?

What does % mean in an OCaml external declaration?

external ocaml ffi

Type of addition (+) in F#

types f# ocaml inline

How to visualize/draw automata in ocaml?

"as" keyword in OCaml

pattern-matching ocaml

Why does Scala allow nested data structures like List or Array

scala ocaml typing

How to install a specific version of ocaml compiler with opam

How do I declare a map type in Reason ML?

How to get a formatted string in OCaml?

ocaml

Obj module documentation

ocaml

Why doesn't OCaml support record subtyping?

ocaml record subtyping

OCaml: Default values for function arguments?