Companion code to
 Postively Dependent Types
 Daniel R. Licata and Robert Harper
 October, 2008

Contents:

== Main code ==

Intuit.lagda		-- language defintion
IntuitProperties.lagda	-- identity, cut, subtyping, uniqueness of
			--   identity coercion
IntuitExamples.lagda	-- derived forms; example code

== Exposition ==

The following are used in the paper for exposition:

IntuitSimple.lagda	-- simply typed version
IntuitAttempt1.lagda	-- first attept at PDT