sml: unable to determine operating system in emacs but works fine in terminal...
Read MoreHow to check if a value exists in a list in smlnj...
Read MoreWhat are the options SOME and NONE in SML?...
Read MoreSMLNJ Parse list of strings into list of tuples with multiple datatypes...
Read MoreHow to colourise the text output in Standard ML?...
Read MoreSML shorter base case syntax for my function...
Read MoreWhy can't I compare reals in Standard ML?...
Read MorePolymorphic coersion to Word64 in Standard ML...
Read MoreHow to create and use my own structure/signature in SML/NJ?...
Read MoreHow to write a function in SML/NJ that in a given list, counts successive equal elements and returns...
Read MoreHow to write a function in SML/NJ that sorts the elements from a list into equivalence classes?...
Read MoreSuppress "val it" output in Standard ML...
Read MoreSML: How to take the tl of a list x number of times?...
Read MoreSML: How to determine if a list index is empty?...
Read MoreOutputting each element of a string list on its own line as a string - sml...
Read MoreUnbound Type Constructor for datatype...
Read MoreHow to access len and pos in `StringCvt.scanString (RE.find compiledComment) input`...
Read MoreHow do I pair the elements in the first list with all the elements in a second list in SML?...
Read MoreGetting error unbound variable or constructor...
Read Morewhy do some functions in the List structure require the "List" prefix and some do not?...
Read MoreGetting error while defining a sequence of (all) Fibonacci numbers, in SML/NJ...
Read MoreChar.toString without special handling of " and \...
Read MoreHow to count the digits of a number recursively in SML...
Read MoreExhaustively destructuring lists in SML...
Read MoreHow to Implement LPT (Longest Processing Time) Scheduling Algorithm function in SML...
Read More