A prelude for Agda based on the Standard Library.
Added case_of_ and some examples (empty was suggested by Ulf Norell).
Added from-yes and from-no. Removed fromYes and fromYes-map-commute.
Made difference lists/vectors and AVL trees universe polymorphic.
Added a search tree invariant to the implementation of AVL trees.
Added inspect on steroids. Deprecated the old inspect idiom.
GenerateEverything now uses UTF8 when reading/writing Agda files.
Removed all occurrences of the --universe-polymorphism flag.
Experiment: Represented kinds with equality in a different way.