Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

What's the difference between Jane Street's ‘Base’, ‘Core’ and 'Core_kernel'?

Why is method dispatch sometimes slow?

ocaml

Type systems of functional object-oriented languages

scala types polymorphism ocaml

Dependent types for structured data validation

Merlin complains about a missing module in the same project

emacs ocaml utop merlin

how to pattern match on an arbitrary number of arguments?

pattern-matching ocaml

How to use nix-shell properly and avoid "dumping very large path"?

ocaml nix

How to write code in F# for what functors do in OCaml?

f# ocaml functor

Will Haskell be a good choice for my task?

What can be done with the "constraint" keyword in OCaml

Why is this OCaml program faster than my C program?

c performance ocaml

Ocaml - polymorphic print and type losing

types printing runtime ocaml

How can I implement interop between OCaml and C++?

c++ interop ocaml

An OCaml odd thing

ocaml

OCaml Printf.sprintf

ocaml printf type-systems

Converting hash table to list of pairs (key,value) in OCaml

list hashtable ocaml

How does Ocaml decide precedence for user-defined operators?

ocaml

In OCaml, what is the canonical way of matching against multiple arguments of a function?

pattern-matching ocaml

Why is my string of type `bytes`?

ocaml ocaml-core

Open and closed union types in Ocaml

types ocaml idioms