Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

Is there a tracing debugger like `dbg` available for Haskell or OCaml?

haskell erlang ocaml dbg

slow byte code with tail recursion

A canvas with a horizontal scroll bar in js_of_ocaml

canvas ocaml js-of-ocaml

How to write a PPX rewriter generating lenses for records?

ocaml metaprogramming

Removing specific occurrence of "warning: unused value declaration"

ocaml

OCaml Core_unix.fork with Core_unix.exec never returns

ocaml

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

Explicitly polymorphic annotation in nested context

Reference to current module in OCaml

ocaml

"Error: unbound module" in OCaml

ocaml

Why does OCaml sometimes require eta expansion?

how to repeat last command in OCaml interpreter shell

ocaml interpreter