module Chapter9.Patch.Examples.Append
         (A : Set)
       where

open import Chapter9.Functions.Examples.Plus
open import Chapter9.FunOrnament.Examples.Append

open import Chapter9.Patch


typeILookup : Set
typeILookup = Patch _+_ (typeAppend A)