Changeset 2911 for src/Pugs/Class.hs

Show
Ignore:
Timestamp:
05/10/05 02:16:17 (4 years ago)
Author:
mugwump
svk:copy_cache_prev:
4437
Message:

* explanatory essay in MetaAssoc?
* added missing clause on a Class.hs rule
* convert ∃ → ∀ in MetaClass?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Class.hs

    r2908 r2911  
    107107 
    108108    ∀ MetaAssoc C₁, C₂, MetaClass M₁, M₂ 
    109        : C₁.catPair = C₂ ∧ C₁.catClass = M₁ ∧ C₂.catClass = M₂ 
     109       :   C₁.catPair = C₂  ∧ C₁.assocCompanion 
     110         ∧ C₁.catClass = M₁ ∧ C₂.catClass = M₂ 
    110111       → (   ∃ M₁.clsCats{C₂.catCompanion} 
    111112           ∧ ∃ M₂.clsCats{C₁.catCompanion}