Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smlnj

What do "continuations" mean in functional programming?(Specfically SML)

SML/NJ - One line length function using foldr

sml fold smlnj ml

Can you disable all print statements in SML

sml smlnj

Keyword "as" in SML/NJ

sml smlnj

Is there a way to get a Curried form of the binary operators in SML/NJ?

operators sml currying smlnj

right-hand-side of clause doesn't agree with function result type

sml smlnj

Trouble with Curry functions (SML/NJ)

BigInt for Standard ML/NJ

SML/NJ: getting user input

user-input sml smlnj

elseif statement in Standard ML?

sml smlnj

Different fold in Haskell and SML/NJ

haskell smlnj fold

Resolving module name conflicts, need to get at ORD_MAP signature

sml smlnj

New to SML / NJ. Adding numbers from a list of lists

How do I time my sml code?

smlnj benchmarking

unresolved flex record (need to know the names of ALL the fields in this context)

How to use infix operator from a SML module?

smlnj

Why can't I compare reals in Standard ML?

How to install smlnj in arch linux?

What does val it = () : unit mean in SML?

sml smlnj