fsharp: Partial step 1: Tokens
[jackhill/mal.git] / fsharp / types.fs
CommitLineData
ed3a12f5
PS
1module Types
2
3 type Node =
4 | List of list<Node>
5 | Symbol of string
6 | Number of int64