Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

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

Explicitly polymorphic annotation in nested context

Reference to current module in OCaml

ocaml

Recursive variable definitions in Python and F# (probably OCaml, too)

Polymorphic type inside a module (OCaml)

Escape sequences in Ocaml

text escaping ocaml

Understanding the API of multi-prompt delimited continuations

Why does OCaml sometimes require eta expansion?

how to repeat last command in OCaml interpreter shell

ocaml interpreter