Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

OCaml - functors - how to use? [closed]

ocaml functor

Get ocamlmerlin autocomplete in vim

vim autocomplete ocaml merlin

How do I copy a OCaml closure?

c closures ocaml

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

ocaml fold ocamlfind

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

Explicitly polymorphic annotation in nested context

"Error: unbound module" in OCaml

ocaml

Why does OCaml sometimes require eta expansion?

how to repeat last command in OCaml interpreter shell

ocaml interpreter