Search code examples
Subtype coercion with first-class modules...

typesmoduleocamlsubtypefirst-class-modules

Read More
How to implement add function for immutable doubly linked list?...

ocaml

Read More
How to install an executable with dune?...

ocamlocaml-dune

Read More
Find the union of lists of pairs without duplicates...

ocaml

Read More
OCaml Addable Numbers...

functional-programmingocamlmonads

Read More
How to fold on x elements of list per fold...

ocamlfoldfoldleft

Read More
Is there a pair construction function in OCaml?...

tuplesocaml

Read More
Depth first search: is immutabilty and speed mutualy exclusive?...

ocamlimmutabilitydepth-first-search

Read More
How to use type with the same name in nested module signature?...

ocamlname-conflict

Read More
How to fix this prog which using ocamlyacc?...

compiler-constructionocamlocamlyacc

Read More
Returning list which has the highest number on a specific index on a input variable - list of list...

ocaml

Read More
how to update a list index from an index of another list in ocaml...

ocaml

Read More
Why do I get a type unit when I want to concatenate the element of the array with an empty list?...

arrayslistconcatenationocamlimperative-programming

Read More
Why can't match private tuples?...

typesmoduletuplesocamlencapsulation

Read More
What is the reason to declare private type in a struct?...

moduleocamlstructureencapsulationsignature

Read More
OCaml assertion failure...

ocaml

Read More
Emulating try-with-finally in OCaml...

exceptionocaml

Read More
How to write a function that adds elements of list using tail recursion?...

functionfunctional-programmingocaml

Read More
Parsing arithmetic expression with variable using menhir...

parsingocamlarithmetic-expressionsmenhir

Read More
How to divide a list of characters (that represents a word) into all possible (prefix, single_letter...

recursionpattern-matchingocaml

Read More
How to traverse a list without losing elements...

ocaml

Read More
Find the product of the digits of a number...

ocaml

Read More
Ocaml cast string to list of tuples...

castingtuplesocaml

Read More
Detect cycle in undirected graph in Ocaml...

graphtreeocamlcycle

Read More
Filter a list of pairs by their key in OCaml...

functional-programmingocaml

Read More
ocaml pretty printer (code formatter)...

ocaml

Read More
Update a single record field in an anonymous record in OCaml...

ocamlrecord

Read More
Algorithm for type checking ML-like pattern matching?...

algorithmhaskellocamltypechecking

Read More
how to implement lambda-calculus in OCaml?...

ocamllambda-calculus

Read More
Unbound record field api_key in my OCaml code...

ocaml

Read More
BackNext