module Quox.OPE.Basics %default total public export Scope : Type -> Type Scope = SnocList public export Scoped : Type -> Type Scoped a = Scope a -> Type