Skip to content

Commit 692a885

Browse files
committed
Remove more misc
1 parent e0e8a40 commit 692a885

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

misc/miscScript.sml

-12
Original file line numberDiff line numberDiff line change
@@ -803,12 +803,6 @@ Proof
803803
metis_tac[ALOOKUP_ALL_DISTINCT_MEM]
804804
QED
805805

806-
Theorem IS_SOME_EXISTS:
807-
∀opt. IS_SOME opt ⇔ ∃x. opt = SOME x
808-
Proof
809-
Cases >> simp[]
810-
QED
811-
812806
Type num_set = ``:unit spt``
813807
Type num_map = ``:'a spt``
814808

@@ -2256,12 +2250,6 @@ Proof
22562250
metis_tac[sortingTheory.PERM_MAP]
22572251
QED
22582252

2259-
Theorem bool_case_eq:
2260-
COND b t f = v ⇔ b /\ v = t ∨ ¬b ∧ v = f
2261-
Proof
2262-
srw_tac[][] >> metis_tac[]
2263-
QED
2264-
22652253
Theorem lookup_fromList2:
22662254
!l n. lookup n (fromList2 l) =
22672255
if EVEN n then lookup (n DIV 2) (fromList l) else NONE

0 commit comments

Comments
 (0)