Source code on Github
{-# OPTIONS --safe #-}
module Prelude.Lists.Prefix where

open import Prelude.Init; open SetAsType

private variable A : Type 

-- ** Prefix relation, instantiated for propositional equality.
Prefix≡ : List A  List A  Type _
Prefix≡ = Prefix _≡_