Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

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