Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Is there a way to embed unit-handling logic in the OCaml type system?

Should I learn Haskell or F# if I already know OCaml? [closed]

Good projects to learn OCaml and F# [closed]

f# ocaml

Functional Breadth First Search

OCaml: Stream.peek without consuming line?

stream ocaml

ocaml memoization failed when applied to Fibonacci series

ocaml

Subtype coercion with first-class modules

Pretty-print a Hashtbl in OCaml to work with ppx-deriving

ocaml pretty-print

Is an implementation of the let* operator included with OCaml?

ocaml monads

How to use type-level functions to create static types, dynamically?

OCaml: assert with the message

ocaml

Get result into a string variable in OCaml

ocaml frama-c

Get the array index variable and its value in value analysis (Frama-C)

Use OUnit module in OCaml - Unbound module OUnit error

unit-testing ocaml opam ounit

Will shadowed binding be GCed?

garbage-collection ocaml

Frama-C unbound module Z build error

ocaml frama-c

OCaml creating a list of Fibonacci numbers

ocaml fibonacci

How do the OCaml operators < and > work with non-integer types?

Trying to dynamically load module with Dynlink

ocaml

How can I quickly split an utf8 string into chars in OCaml?

string utf-8 ocaml