{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Person State: A particular state of a Person. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 5e5206f867af76bb where -- ========== Person State open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import c7dad43c5ae92d25 public -- Person postulate PersonState : StateClass postulate -- PersonState is subTypeOf Person st-5e5206a867af76b0 : PersonState ⊏⋆ₑ Person -- == Relationships =======================