Sebastian Ullrich
|
fd2c42a8bf
|
chore(library, tests): switch to new attribute declaration syntax
sed -Ei 's/^(\s*)((private |protected )?(noncomputable )?(abbreviation|definition|meta_definition|theorem|lemma|proposition|corollary)\s+\S+\s*)((\s*\[(\S+(\s+[0-9]+)*|priority.*)\])+)\s*/\1attribute \6\n\1\2/' library/**/*.lean tests/**/*.lean
sed -Ei 's/\s+$//' library/**/*.lean # remove trailing whitespace
|
2016-08-12 15:36:12 -07:00 |
|
Leonardo de Moura
|
3dccaa8e39
|
feat(library/init/string): add utf8_length
|
2016-07-19 14:22:37 -04:00 |
|
Leonardo de Moura
|
9aa6ac62ec
|
refactor(library): add has_append type class, string concatenation is now an instance of has_append instead of has_add
|
2016-06-27 08:04:47 +01:00 |
|
Leonardo de Moura
|
f60d088572
|
feat(library/init): add 'has_to_string' type class
|
2016-05-26 10:43:26 -07:00 |
|
Leonardo de Moura
|
174fba9dbd
|
feat(frontends/lean): add support for monadic 'do'-notation
|
2016-05-24 17:18:15 -07:00 |
|
Leonardo de Moura
|
6a9e5079c9
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
Leonardo de Moura
|
d22d850b28
|
refactor(library): redefine string and char
|
2016-05-24 14:11:24 -07:00 |
|