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


listpattern-matchingsmlml

Read More
How can I assign user defined sml datatypes to have a integer (as string) datatype?...


typesinterpretersml

Read More
SML list option recusion; how to use recursion to output a SOME list...


stringlistrecursionsml

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


functional-programmingpattern-matchingprogramming-languagessmlml

Read More
Explaining pattern matching vs switch...


f#pattern-matchingocamlsml

Read More
Partial sum in Standard ML?...


listfunctional-programmingsumpartialsml

Read More
Reversing a list in SML...


listsml

Read More
What is actually happening inside List.nth in SML?...


functional-programmingsml

Read More
How can I make my code more modular in SML?...


sml

Read More
Standard ML functor examples...


functional-programmingsmlfunctorml

Read More
SML - Alternating Sum Using Pattern Matching...


listsml

Read More
Could I ask for physical analogies or metaphors for recursion?...


recursionfunctional-programmingsml

Read More
How does recursion looks like for let-in-end in SML...


functional-programmingsml

Read More
Nested case statements in SML...


sml

Read More
What is the difference between ('a,'b) and ('a*'b)?...


haskellsyntaxtuplessml

Read More
SML Combing two functions (min, max) into one (range)...


listrangesml

Read More
Recursive function that deals with "ref" in SML...


recursionfunctional-programmingsmlrefsmlnj

Read More
How to add all elements in a list in SML...


smlsmlnj

Read More
How does SML pattern matching records work...


functional-programmingsml

Read More
Function to Return Datatypes in SML...


sml

Read More
SML: Error: types of rules don't agree when I open the Real signature...


functional-programmingsmlsmlnj

Read More
Why does the right-hand-side of clause not agree with function result type?...


sml

Read More
Trying to get square root in SML?...


smlsmlnjlow-levelsqrt

Read More
Zip and unzip lists in Standard ML...


smlsmlnj

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
Converting int to real in SML...


sml

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
How to cast value in SML? Trying to take return type of S-Expression parser and convert to data stru...


castingsmlsmlnjmlton

Read More
How to check if x value exists in a list...


smlsmlnj

Read More
BackNext