Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

How practical is it to embed the core of a language with an effectful function space (like ML) into Haskell?

haskell f# ocaml effects monads

In OCaml, how can I create an out_channel which writes to a string/buffer instead of a file on disk

io ocaml

What's the difference between functors and "generics"

Tools for profiling OCaml code [closed]

profiling ocaml gprof

OCaml functors, Haskell type classes, and multiple derivation

Can Haskell or OCAML handle sensitive data without leaking via garbage collection?

Does `string` in OCaml support UTF-8?

Unexpected results with OCaml !=

ocaml equality

Creating a doubly linked list from a list in OCaml

ocaml lazy-evaluation

Actor-based distributed concurrency libraries for Ocaml and other languages [closed]

Why there is a plus sign before this type?

types map ocaml

Is there a way to print user-defined datatypes in ocaml?

ocaml

Cast float to int in OCaml

ocaml

ocamlyacc parse error: what token?

ocaml ocamlyacc

What is the use of monads in OCaml?

ocaml monads

OCaml: Is there a function with type 'a -> 'a other than the identity function?

How do I do automatic data serialization of data objects?

haskell serialization ocaml

Choosing between continuation passing style and memoization

How can I get syntastic error checking to work with OCaml?

vim ocaml syntastic

__memcpy_sse2_unaligned - what does this mean in detail?