Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Creating GUI desktop applications that call into either OCaml or Haskell -- Is it a fool's errand?

Ocaml: How to "easy" map a list of records to a list of record.field?

ocaml record

How to check whether two values are created with the same constructor?

ocaml

Unary minus and floating point number in OCaml

syntax ocaml

Tail recursive List.map

list ocaml tail-recursion

Ocaml introduction

ocaml

Combining elements in a list - OCaml

ocaml

OCaml event/channel tutorial?

OCaml visitor pattern

How to convert char list to string in OCaml?

list char ocaml

OCaml: Matching with any negative

Call an external program from within OCaml

unix ocaml execv

Implementing a tail recursive version of quicksort-like function in F#/OCaml

Handling multiple exception types in OCaml

syntax error-handling ocaml

Why wasn't OCaml List.fold_right implemented as tail-recursive?

why does OCaml use subtyping for polymorphic variants?

ocaml subtyping

Difference between List.iter and List.map function in OCaml

Which programming languages support functions that take themselves as arguments?

How do I strip whitespace from a string in OCaml?

string ocaml

Tail call conversion in OCaml