Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Factoring product type assignments in OCaml

mutable record fields and { x with ... }

ocaml record semantics mutable

A design of functors in OCaml

ocaml functor

Saving input history from utop to file [closed]

ocaml utop

Linking a library via ocamlbuild/ocamlfind

ocaml command line cannot not find "topfind"

ocaml opam ocaml-toplevel

How to use functions in Value.Eval_expr, Value.Eval_op etc modules of Frama-c Value plugin

ocaml frama-c

Widen types in ocaml

Hindley Milner type inference for mutually recursive functions

OCaml pattern matching on builtin types

Writing cat in OCaml: use of Unix.read

unix ocaml cat

Ocaml, replace all specified elements with a given element in a list

list ocaml

Type of generated fold, iter and map not coherent with ppx_deriving documentation

ocaml fold ocamlfind

OCaml, meaning of `!+` in `type `!+'a t`

"Error: unbound module" in OCaml

ocaml

Why does OCaml sometimes require eta expansion?

How do I read in lines from a text file in OCaml?

ocaml

how to repeat last command in OCaml interpreter shell

ocaml interpreter