Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sml

How can I easily write simple tactics at the ML level of Isabelle?

sml isabelle

GUI for Standard ML?

Evaluate buffer in ghci or hugs via Emacs

haskell emacs sml

Standard ML functor examples

Problem running smlnj under OSX 10.6

macos sml smlnj

Suppress "val it" output in Standard ML

sml smlnj

Output is truncated with #-signs in the REPL

sml smlnj

Accessing SML tuples by Index Variable

tuples sml

Run SML file but not be left in interactive mode

windows sml

SML How to check variable type?

sml

Difference between "local" and "let" in SML

local sml let

Do OCaml 'underscore types' (e.g. '_a) introduce the possibility of runtime type errors / soundness violations?

ocaml sml

How do you print inside a case statement in SML?

sml smlnj

Standard sorting functions in SML?

sml

Recursive anonymous functions in SML

Does Standard ML support Unicode?

sml polyml

Pattern match in binding of lambda?

SML Warning: Type Vars Not Generalized when using Empty Lists or NONE option

sml smlnj

Understanding foldl in ML