Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Where/how to declare the unique key of variables in a compiler written in Ocaml?

On ocaml indenting style for this kind of nested let-in

Scripted main in OCaml?

ocaml scriptedmain

OCaml function help involving parsing a list of lists

list ocaml

How to detect running operating system?

ocaml

OCamlbuild and camlp4 options

ocaml ocamlbuild camlp4

How applying a function to a variant?

How does Ocaml variable scope work?

ocaml

Simple Generators

haskell f# ocaml yield iterate

What are "`" in OCaml?

ocaml

What is the difference between these two recursive ocaml functions?

recursion stack overflow ocaml

How can I match strings using "match with" and regex in OCaml?

regex ocaml ocamllex

Remove the comments generated by cpp

gcc ocaml c-preprocessor

How do I compile my OCaml code into a standalone bytecode executable?

ocaml

Using merlin in vim for coq plugin development in ocaml

vim ocaml coq ocamlfind merlin

Is there a generic debug print in OCaml or Core?

ocaml

OCaml map a string to a list of strings

python ocaml

Proper way of applying two (or many) option values to a function in F#

Suppress "never useful" precedence warning in modular parser specifications?

ocaml menhir

How to produce a `ArrayBuffer` from `bytes` using `js_of_ocaml`