Search code examples
OCaml This variant expression is expected to have type unit...

if-statementcompiler-errorsocaml

Read More
Why can't dune recognize ppx_jane?...

ocamlduneppx

Read More
How to detect Esc key using Unix module and raw mode?...

linuxterminalkeyocamldetection

Read More
Counting frequency of char using switches...

pattern-matchingocamlincrementref

Read More
Can you compile an OCaml project natively as a windows library?...

windowsdllocamlllvm

Read More
Why this recursion example in ocaml doesn't work for negative number?...

recursionocaml

Read More
OCaml higher order functions...

recursionfunctional-programmingiterationocamldynamic-programming

Read More
Tail-recursively, maximum element in a binary tree in OCaml...

recursionocamlbinary-treetail-recursion

Read More
Combine two lists while removing duplicates...

ocaml

Read More
OCaml - a function which returns all the prefixes of a list...

ocaml

Read More
Module type semantics in OCaml...

functional-programmingocamlfunctor

Read More
Not sure why I'm getting unbound value when used with List.iter...

ocaml

Read More
OCaml cant get array length...

ocaml

Read More
string to list of char...

ocaml

Read More
OCaml try with issue...

try-catchocaml

Read More
"Error: Cannot find file '-lws2_32'" while compiling OCaml with OPAM on Windows...

windowsocamlopam

Read More
deleting duplicates tail recursively in OCaml...

listrecursionfunctional-programmingpattern-matchingocaml

Read More
Where is OCaml's alternative string syntax {|...|} documented?...

syntaxocamlstring-literals

Read More
Fatal error: exception Invalid_argument("String.sub / Bytes.sub")...

ocaml

Read More
Add two lists together in OCaml...

ocaml

Read More
ocaml order of parameters for fold...

ocaml

Read More
What does the `and` keyword mean in OCaml?...

syntaxocaml

Read More
OCaml how to build statically project...

linkerocamlstatic-librariesocamlbuild

Read More
OCaml function need clarification...

ocaml

Read More
How can I get this expression to be of type string instead of string -> string?...

functional-programmingocaml

Read More
Compile a one file ocaml program with a module and a main method...

ocaml

Read More
Locally abstract type VS explicit polymorphism in polymorphic recursion context...

recursionpolymorphismocamllocally-abstract-type

Read More
Uncertain of how to read OCaml function type signatures...

stringlistocaml

Read More
I don't understand why the result of the last statement is 6...

ocaml

Read More
Why does the OCaml function `read_line` have type `unit -> string`?...

typesocaml

Read More
BackNext