Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Is `fun x -> x` the only function that has type 'a -> 'a in OCaml?

How to use modules with js_of_ocaml?

Including module, coercing

types module include ocaml

Weak Polymorphism in OCaml

OCaml forward declaration

generic timer high-order function in OCaml

generics ocaml

How to include other source files using the #use directive in OCaml?

ocaml

Similar to C++ access by reference?

f# ocaml

Convert time into seconds string issue

ocaml

Does compare work for all types?

ocaml

Do Notation in OCaml

ocaml monads do-notation

Ocaml: Bad style, all clauses in this pattern-matching are guarded

Using a variant type constructor with just one tuple value

constructor ocaml

How do I force OCaml to inline a function?

ocaml inline-functions

Can ocaml's REPL supports auto-complete etc.?

ocaml

No type constructor for record types?

ocaml

OCaml, F# successive, cascading let bindings

f# ocaml

Preserving invariants while allowing destructuring

What's the equivalent of ghci's type directive in OCaml?

haskell types ocaml

How can I call OCaml functions from a Python program?

python ocaml