diff options
author | Helmut Grohne <helmut@subdivi.de> | 2012-01-22 22:43:32 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2012-01-22 22:43:32 +0100 |
commit | 347f4ff2ed76a0fc5648faf698b054efba51e0ff (patch) | |
tree | ff791b6883c3b0a5aa10489a82009f757c9db491 /Bidir.agda | |
parent | 0a34343e2cd20be26411af267a57b54fd300cf38 (diff) | |
download | bidiragda-347f4ff2ed76a0fc5648faf698b054efba51e0ff.tar.gz |
formulate theorem-1
Diffstat (limited to 'Bidir.agda')
-rw-r--r-- | Bidir.agda | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,3 +92,6 @@ bff get eq s v = let s′ = idrange (length s) h = assoc eq (get s′) v h′ = maybe′ (λ jh → just (union jh g)) nothing h in maybe′ (λ jh′ → just (map (flip lookup jh′) s′)) nothing h′ + +theorem-1 : (get : {α : Set} → List α → List α) → {τ : Set} → (eq : (x y : τ) → Dec (x ≡ y)) → (s : List τ) → bff get eq s (get s) ≡ just s +theorem-1 get eq s = {!!} |