Search code examples
Why does `a` in `a :: nil` represent a list of length 1?...


listpattern-matchingsmlml

Read More
Should the patterns in a SML match expression have the same type?...


functional-programmingpattern-matchingprogramming-languagessmlml

Read More
What is the difference between function declarations `f x y` and `f (x, y)` in Standard ML?...


ml

Read More
Standard ML functor examples...


functional-programmingsmlfunctorml

Read More
Multiplying real number extracted of a pair using case of in StandarML...


smlsmlnjml

Read More
Please, help me. I'm a beginner and I don't really understand...


smlml

Read More
SML: I want to go through a list and return the number of elements that return true when inputted in...


listsmlml

Read More
Meaning of a recursive data type definition in lazy vs strict languages...


haskellml

Read More
Evaluation order of let-in expressions with tuples...


ocamlsmlsmlnjmlmosml

Read More
Pattern matching functions in OCaml...


functional-programmingocamlml

Read More
How to annotate let binding as deprecated in OCaml?...


annotationsocamldeprecatedml

Read More
SML returns the same tuples...


recursionsmlml

Read More
what is a mutually recursive type?...


typessmlmlrecursive-datastructuresmutual-recursion

Read More
(ML) Modules vs (Haskell) Type Classes...


haskellsmlml

Read More
Standard ML: Return different types...


functionfunctional-programmingsmlml

Read More
Changing identical types in OCaml...


functional-programmingocamlml

Read More
Symmetric Relation Recursive SML...


recursionsmlmlsymmetry

Read More
Composistion in SML (Discreate Math and Functional Programming)...


recursionsmlcompositionml

Read More
Recusive ML function of exponential with three variable helper function...


recursionsmlexponentialml

Read More
How can I write a function to evaluate custom datatype...


functional-programmingsmlsmlnjml

Read More
SML Binary Search Tree Insert Function...


functioninsertbinary-search-treesmlml

Read More
Correctly using 'in' keyword in OCAML...


functional-programmingocamlml

Read More
How can min-caml compiler got the type error?...


ocamlml

Read More
OCaml physical and structural equality...


ocamlml

Read More
remove last element of a list sml by keeping the list in a val...


smlml

Read More
How to compare and search for an element in a list with a tuple inside a list SML...


smlsmlnjml

Read More
SML: Exception while reading a line of integers...


functional-programmingsmlsmlnjml

Read More
Backtracking in Standard ML...


standardssmlbacktrackingmlcoin-change

Read More
Calling OCaml functions like: 'a hash_entry list array -> string -> 'a -> unit...


arraysocamlhashtableml

Read More
Recursion In simple ML Standard...


functional-programmingml

Read More
BackNext