Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Monadic buffers in OCaml

ocaml monads

iterate with fold_right in Ocaml

ocaml

Keep an OCaml value alive forever off heap / intentionally leak OCaml value

c ocaml

Simple way to copy files

ocaml

View a custom data type's values while debugging OCaml code

debugging ocaml

How to split on whitespaces in Ocaml?

regex string ocaml

What are the tradeoffs of using -rectypes?

ocaml recursive-type

Copy construction in OCaml?

reference copy ocaml

ocaml printf function: skip formatting entirely if some condition holds

printf ocaml

Can we define a function with 0 argument in ocaml?

ocaml

Syntax error using "with fields" in OCaml

ocaml

Debugging with dune

debugging ocaml ocaml-dune

How to make OCaml compiler report unused functions?

How to easily read lines from stdin?

ocaml

Why is this OCaml code so slow?

ocaml

Core.Command.run : API changed between v0.14 and v0.15?

ocaml ocaml-core

Simple timing profiler for functional languages

profiling ocaml

OCaml function name as string

ocaml

How to use in a submodule a exception created in module (in ocaml)

module ocaml

In OCaml using Base, how do you construct a set with elements of type `int * int`?

module ocaml functor