{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Dictionary Lexical Block: A Dictionary Lexical Block is an Information Block that is part of a Business Dictionary. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 9397d98f6877c4e5 where -- ========== Dictionary Lexical Block open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 6c5f80e468587f06 public -- Information Block postulate DictionaryLexicalBlock : ∀ {u} → ClassOfMixedOrderEntity u postulate -- DictionaryLexicalBlock is subTypeOf InformationBlock st-6bf190ab6859b569 : ∀ {u} → (DictionaryLexicalBlock {u}) ⊏⋆ₑ (InformationBlock {u}) -- == Relationships =======================