12 lines
156 B
Idris
12 lines
156 B
Idris
|
module Quox.OPE.Basics
|
||
|
|
||
|
%default total
|
||
|
|
||
|
public export
|
||
|
Scope : Type -> Type
|
||
|
Scope = SnocList
|
||
|
|
||
|
public export
|
||
|
Scoped : Type -> Type
|
||
|
Scoped a = Scope a -> Type
|