Advertisement
Guest User

Ramon Snir

a guest
Jun 4th, 2010
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. type Item =
  2. | Number of float
  3. | Text of string * int
  4. | List of Item * int * Item
  5. | Null
  6. | Object of System.Object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement