view src/MetaDataSegment.agda.replaced @ 0:85ee6174f90a default tip

add paper
author ryokka
date Wed, 12 Feb 2020 17:55:00 +0900
parents
children
line wrap: on
line source

module subtype {l : Level} (Context : Set l) where

record DataSegment {ll : Level} (A : Set ll) : Set (l @$\sqcup$@ ll) where
  field
    get : Context @$\rightarrow$@ A
    set : Context @$\rightarrow$@ A @$\rightarrow$@ Context