Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

is begin..end in OCaml syntactic sugar?

syntax ocaml

Running time in Ocaml

time ocaml

OCaml ctypes idiomatic way to deal with out parameters

ocaml

What's the difference with or without backtick "`"?

ocaml

Dependent types in OCaml

types ocaml

A good ocaml parser? [closed]

parsing ocaml parsec

η-expansion in a pure functional language