Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

How can I use the sexp_diff library as input to the pp_diff parameter of OUnit's assert_equals?

ocaml ounit

verbose error with ocamlyacc

ocaml yacc

What's the proper usage for Lwt_io.read_int?

ocaml ocaml-lwt

Check if executable is valid

unix operating-system ocaml