Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to implement "appendFile" function?

ocaml

Defining a custom type as a subset of integers at the type level

types ocaml

Search Recursive Record Type OCaml

list recursion ocaml record

OCamlbuild and Building Native Dynamic Linked Library

ocaml ocamlbuild

What are the differences between Lwt.async and Lwt_main.run on OCaml/Node.JS?

JoCaml : problems with remote connection

sockets distributed ocaml

Unable to install ctypes using opam

ocaml opam

What's the easiest way to provide an optional dependency?

ocaml

How do you use a function as an infix operator?

ocaml prefix infix-notation

Finding the biggest segment in array such that minimum value in it is greater or equal the segment's size

algorithm ocaml

Ocaml list of ints to list of int lists (Opposite of flattening)