PasteRack.org
Paste # 7097
2014-10-23 12:10:41

Fork as a new paste.

Paste viewed 104 times.


Embed:

  1. ;; An NonEmptyListofNonNegInt is a (cons NonNegInt ListOf<NonNegInt>)
  2.  
  3. ;; A FlatEntry is a (list NonEmptyListOfNonNegInt String)
  4.  
  5. ;; A FlatRep is a ListOf<FlatEntry>
  6.  
  7. ;; A NestedSectionRep is a (cons String ListOf<NestedSectionRep>)
  8.  
  9. ;; A NestedRep is a ListOf<NestedEntry>

=>