# HG changeset patch # User Shinji KONO # Date 1606097384 -32400 # Node ID 17c19100ecfdb06edf3b865f98e2c33ffbc7a919 # Parent 0f3cb18beebf1c0a2aef5b10adac17697426a4ac ... diff -r 0f3cb18beebf -r 17c19100ecfd FLutil.agda --- a/FLutil.agda Mon Nov 23 09:20:38 2020 +0900 +++ b/FLutil.agda Mon Nov 23 11:09:44 2020 +0900 @@ -234,28 +234,19 @@ ∀FList zero = record { ∀list = f0 ∷# [] ; x∈∀list = af1 } where af1 : (x : FL zero) → Any (_≡_ x) (cons f0 [] (Level.lift tt)) af1 f0 = here refl -∀FList (suc n) = record { ∀list = af4 n ≤-refl (∀FListP.∀list af0) [] fmax (Level.lift tt) - ; x∈∀list = λ x → af2 x ( af4 n ≤-refl (∀FListP.∀list af0) [] fmax (Level.lift tt)) } where +∀FList (suc n) with ∀FListP.∀list (∀FList n) | ∀FListP.x∈∀list (∀FList n) fmax +∀FList (suc n) | [] | () +∀FList (suc n) | cons a y fr | _ = record { ∀list = af4 n ≤-refl a y fr [] (Level.lift tt) + ; x∈∀list = λ x → {!!} } where af0 : ∀FListP n af0 = ∀FList n af3 : (w : Fin (suc n)) (x y : FL n) → Level.Lift Level.zero (True (x f