Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

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?