Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Defining a graph node variant with cycles in OCaml

Compilation error in ocamlgraph

Record labels must be globally unique? [duplicate]

ocaml

Define function 'a -> 'b

ocaml

Controlling input/output of Python interactive shell

Function that converts a sequence to a list in OCaml

ocaml

Ocaml TRIE implementation

ocaml trie ocaml-batteries

Get case identifier of discriminated union in pattern matching

Altering module behavior in OCaml

java ocaml

How to use Stream.iter to process lines from stdin in OCaml

stream ocaml stdin

What OCaml libraries are there for lazy list handling?

ocaml backtracking lazylist

OCaml Ctypes and allocating a pointer to a type

ocaml ctypes

Why does the exponential operator use float variables in OCaml?

ocaml

Opening modules from the OCaml compiler without building a custom toplevel

ocaml

Getting position information from JSON token in source

json ocaml

I've got hardcoded paths in my Makefile - how to use ocamlfind to eliminate those? (or how to use ocamlbuild or omake instead)

Is it possible to bypass the value restriction using type annotations?

types ocaml

Define own data structures in OCaml using Make syntax

ocaml

How would one implement OCaml / F#'s "function" construct in Scala?

Trouble with multiline if statments in OCaml