module Chapter2.Desc.Fixpoint where open import Chapter2.Desc data μ (D : Desc) : Set where ⟨_⟩ : ⟦ D ⟧ (μ D) → μ D