summaryrefslogtreecommitdiff
path: root/Bidir.agda
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2012-01-22 22:43:32 +0100
committerHelmut Grohne <helmut@subdivi.de>2012-01-22 22:43:32 +0100
commit347f4ff2ed76a0fc5648faf698b054efba51e0ff (patch)
treeff791b6883c3b0a5aa10489a82009f757c9db491 /Bidir.agda
parent0a34343e2cd20be26411af267a57b54fd300cf38 (diff)
downloadbidiragda-347f4ff2ed76a0fc5648faf698b054efba51e0ff.tar.gz
formulate theorem-1
Diffstat (limited to 'Bidir.agda')
-rw-r--r--Bidir.agda3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bidir.agda b/Bidir.agda
index e77de94..ff20caf 100644
--- a/Bidir.agda
+++ b/Bidir.agda
@@ -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 = {!!}