[ libs ] add DecEq to Prelude
This commit is contained in:
@@ -4,8 +4,6 @@ module Neighbors
|
||||
-- Prf ?
|
||||
import Prelude
|
||||
|
||||
data Void : U where
|
||||
|
||||
data Prf : U → U where
|
||||
Pf : ∀ a. {{_ : a}} → Prf a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user