Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Can one encode binary functions between types in OCaml?

OCaml - What data type is some and none?

types ocaml

What does "let () = " mean in Ocaml?

ocaml let

What's the standard way to remove element from a list in OCaml?

ocaml

Error: Reference to undefined global `Num'

ocaml bignum

Concatenate string to integer in Ocaml

Parametric locally abstract type

OCaml in enterprise stack [closed]

ocaml enterprise

How to compile ocaml to native code

compilation ocaml native

OCaml function parameter pattern matching for strings

ocaml

What is the standard OCaml data structure with fastest iteration?

How do you append a char to a string in OCaml?

string char ocaml

Creating an OCaml library

ocaml ocamlbuild

When should extensible variant types be used in OCaml?

ocaml

`or` and `&` in OCaml

ocaml

is it possible to reproduce python's string interpolation in ocaml?

ocaml printf

How to memoize recursive functions?

recursion ocaml memoization

How to do test-driven development in ocaml?

tdd ocaml

What's the most-used data structure in OCaml to represent a Graph?

Simple lambda calculus DSL using GADTs in OCaml

ocaml dsl lambda-calculus gadt