{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Simple Data Property: A Simple Data Property is a Data Property that is a leaf Data Property. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 5e3290956929754d where -- ========== Simple Data Property open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 8f1c991068ca8a23 public -- Data Property postulate SimpleDataProperty : PropertyType postulate -- SimpleDataProperty is subTypeOf DataProperty st-5e32932469297b55 : SimpleDataProperty ⊏⋆ₑ DataProperty -- == Relationships =======================