Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

F# graph library (ocamlgraph like)

f# ocaml

OCaml: Does storing some values to be used later introduce "side effects"?

OCaml module types and separate compilation

module ocaml

CLI shell script code generation from compiled executable? [closed]

Tagged unions (aka variant) in C++ with the same type multiple times

c++ boost ocaml variant

Unable to deconstruct product type after simplifying in OCaml

Understand Core's `Fn.const`

ocaml ocaml-core

OCaml : why comparison operator are type agnostic, whereas arithmetic ones are not?

ocaml : utop, is there a way to list all functions of a module?

ocaml utop

How to get a module type from an interface?

module ocaml

Why is the %A specifier in F#'s printf non-existent in OCaml's printf?

f# ocaml

Overwriting data in memory

Ocaml Int and negative values

ocaml type-systems

Copying fields in OCaml

syntax ocaml field record

OCaml - how to see module's interface?

module ocaml

Tail-recursive merge sort in OCaml

On ocamlyacc, function application grammar and precedence

ocaml grammar yacc ocamlyacc

How to check in the next 'head' in OCaml is empty?

how to search for OCaml functions by name and type

ocaml tooling

Is this implementation tail-recursive