Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

I am trying to test this liquidity smart contract code but if shows error. Liquidity is similar to ocaml, tezos's smart contract language.

ocaml blockchain

How to download and install Emacs for OCaml?

Compiling C lib and OCaml exe using it, all using ocamlfind

ocaml ffi ocamlfind

Assembly code from Ocaml

assembly ocaml disassembly

Inheritance of modules and their type

inheritance types module ocaml

Type declaration in tuple unpacking

ocaml

Cholesky factorization in OCaml

python algorithm matrix ocaml

What does `B means?

ocaml

Trie data structure in OCaml

ocaml trie

A simple OCaml program

ocaml

What is the meaning of `abstract` in the `interface definition`?

What's the correct way to write this in OCaml?

ocaml

Which way of these two pattern matching is more preferred?

camlp4 syntax extension, parser error

ocaml camlp4

Addition of element in a list of record (OCaml)

list ocaml record

nested sequences to branching/tree data structure

haskell clojure f# ocaml

This expression has type unit but an expression was expected of type int

ocaml

Writing and reading to a memory mapped file in OCaml

ocaml memory-mapped-files

Picking which ocaml module to use with command line parameter

What are the equivalent F# bitwise operators to OCaml's 'lsr' and 'asr'?

f# ocaml bitwise-operators