Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

What's the correct way to write this in OCaml?

ocaml

Which way of these two pattern matching is more preferred?

camlp4 syntax extension, parser error

ocaml camlp4

Addition of element in a list of record (OCaml)

list ocaml record

nested sequences to branching/tree data structure

haskell clojure f# ocaml

This expression has type unit but an expression was expected of type int

ocaml

Writing and reading to a memory mapped file in OCaml

ocaml memory-mapped-files

Picking which ocaml module to use with command line parameter

What are the equivalent F# bitwise operators to OCaml's 'lsr' and 'asr'?

f# ocaml bitwise-operators

How to use GADTs across modules in OCaml without raising warnings?

Portability of OCaml bytecode

ocaml bytecode endianness

OCaml type declaration and capital letters

compiler-errors ocaml

What is the purpose of an arrow "->" in OCaml

ocaml

How to support structurally-typed in a nominal-typed language?

syntax for string vs array indexing

arrays string syntax ocaml

Type inference fails horribly when omitting argument label on a function call

How do I compare string in Ocaml

string ocaml

why use module type in Ocaml?

How to include a signature in an extended module?

ocaml

How do I read this OCaml type signature?