https://gitlab.com/nomadic-labs/mi-cho-coq
Revision 3570b0d39c36563f48419b28fbc5acb6d6eed400 authored by Raphael Cauderlier on 08 March 2019, 14:01:29 UTC, committed by Raphael Cauderlier on 12 March 2019, 14:36:45 UTC
In Michelson, the concrete syntax for lists is exactly the same as for
sets excepts that the elements of sets must be given in ascending order.
1 parent 8e6e8a8
Raw File
Tip revision: 3570b0d39c36563f48419b28fbc5acb6d6eed400 authored by Raphael Cauderlier on 08 March 2019, 14:01:29 UTC
Add concrete syntax for lists
Tip revision: 3570b0d
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo

# LaTeX
*.tex
*.vrb
*.toc
*.toc
*.snm
*.out
*.nav
*.aux
*.log
# we keep *.pdf to ease sharing of slides
notes.*
back to top