Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smlnj

Syntax of nested "if else" in SML

sml smlnj

Recursing Binary Decision Diagrams in SML

Zip and unzip lists in Standard ML

sml smlnj

Achieving laziness and memoization

How to coerce a type in SML (like casting)

sml smlnj

SML arithmetic function's type is inferred to int

types sml smlnj ml

How to flatten a list non-recursively in sml/nj?

list sml smlnj

What is difference between rem and mod function in sml?

How to 'fix' the SML/NJ interactive system to use Arrow Keys

sml smlnj

How to convert Real to Int?

sml 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