Skip to content
Snippets Groups Projects
Commit fa25377f authored by PraveenKumar's avatar PraveenKumar
Browse files

added concat in sigleton list

parent 850d1be6
No related branches found
No related tags found
No related merge requests found
......@@ -93,5 +93,5 @@ theory SingletonConcatLists =
singleton : {a} list a❘ # ! 2❙
concat : {a} list a ⟶ list a ⟶ list a ❘ # 2 ∶∶ 3❙
// concat_associative❙
concat_associative : {a,b,c} concat list a (concat list b list c) ≐ concat (concat list a list b) list c
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment