Are you a regular stikked user? Signup so you can keep track of your pastes!

Untitled

By Blush Hog, 6 Months ago, written in Plain Text. This paste is a reply to RE: Untitled by Obese Coyote
URL http://stikked.com/view/5019374
datatype value = IntValue of int | FloatValue of real |  BoolValue of bool | CharValue of char
datatype expression = Var of Variable | Lit of value | Binary of  Op * expression * expression | Unary of Op * expression

type Variable = string
type Op = string

type Tuple = (Variable * value)
type State = Tuple list

Replies to Untitled

Title Name When
RE: Untitled Ungracious Finch 6 Months ago.

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.