Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

How to type check recursive definitions using Algorithm W?

OCaml variance (+'a, -'a) and invariance

What is the best module for HttpRequest in OCaml

ocaml ocaml-batteries

Does OCaml have general map()/reduce() functions?

map polymorphism ocaml reduce

OCaml map of int keys :: where is the 'simple' int module to use with the Map.Make functor?

ocaml

Which English tutorial would you advise to learn OCaml? [closed]

Is there an enhanced interpreter toploop for OCaml? [closed]

ocaml ledit

Why do hedge funds and financial services often use OCaml?

Know of an OCAML IDE? [closed]

linux ide ocaml typerex

Which is the current setup to use OCaml in Vim? [closed]

vim ocaml

OCaml: Why I can't use this operator infix?

operators ocaml

Writing Emacs extensions in languages other than Lisp

emacs lisp ocaml

Or-patterns in Haskell

haskell ocaml

Why is OCaml's (+) not polymorphic?

polymorphism ocaml addition

Higher-order type constructors and functors in Ocaml

llvm OCaml bindings

ocaml llvm opam

Saving my running toplevel for later

Is it possible to get the infinite kind error in Haskell 98?

What's the difference between "equal (=)" and "identical (==)" in ocaml?

What are row types? Are they algebraic data types?