more formatting stuff
This commit is contained in:
parent
e264a18e21
commit
c653fcb664
1 changed files with 4 additions and 4 deletions
|
@ -207,7 +207,7 @@ Antisymmetric (Var n) LTE where
|
||||||
antisymmetric (LTES p) (LTES q) = cong VS $ antisymmetric p q {rel = Var.LTE}
|
antisymmetric (LTES p) (LTES q) = cong VS $ antisymmetric p q {rel = Var.LTE}
|
||||||
|
|
||||||
export
|
export
|
||||||
splitLTE : {j : Var n} -> i `Var.LTE` j -> Either (i = j) (i `Var.LT` j)
|
splitLTE : {j : Var n} -> i `LTE` j -> Either (i = j) (i `LT` j)
|
||||||
splitLTE {j = VZ} LTEZ = Left Refl
|
splitLTE {j = VZ} LTEZ = Left Refl
|
||||||
splitLTE {j = VS _} LTEZ = Right LTZ
|
splitLTE {j = VS _} LTEZ = Right LTZ
|
||||||
splitLTE (LTES p) with (splitLTE p)
|
splitLTE (LTES p) with (splitLTE p)
|
||||||
|
|
Loading…
Reference in a new issue