Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sml

Vim changes shiftwidth for .sml files

vim sml indentation

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

sml smlnj

Standard ML Proof of soundness?

c compiler-construction sml ml

Resolve library conflict in SML/NJ Compilation Manager

sml smlnj cm

How to do bitwise AND in SML/NJ?

binary sml smlnj

Horner's rule for two-variable polynomial

Capturing stdout of a command in SML

posix sml smlnj

Can I fold with an infix operator without writing out an anonymous function?

sml syntactic-sugar

What does "immutable variable" mean in functional programming?

SML/NJ using CM.make: "Error: illegal character"

sml smlnj cm

SML record subset and update

sml

C : Sum of reverse numbers

c algorithm sml

catching exceptions in ML

sml smlnj

How to disable SMLNJ warnings?

Find if Duplicates Exist SML NJ

SML: How to append an element to a list in SML?

sml

Defining foldl in terms of foldr in Standard ML

How to convert String to int(and not to int option) in SML

int sml smlnj

Deriving type expression in ML

How can I load a ml file in toplevel of OCaml, just like `use mine.sml` in SML/NJ?