Leonardo de Moura
|
e99eb6d47e
|
feat(frontends/lean): revising inaccessible terms syntax again :(
|
2016-08-19 13:57:12 -07:00 |
|
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 |
|
Sebastian Ullrich
|
82657b3b64
|
refactor(library/compiler/inliner, library): replace inline command with attribute
sed -Ei 's/inline (protected )?(meta_)?definition (\S+)/\1\2definition \3 [inline]/' library/**/*.lean
|
2016-08-08 12:45:22 -07:00 |
|
Leonardo de Moura
|
1602a53336
|
feat(frontends/lean): nary match
|
2016-08-08 10:04:58 -07:00 |
|
Leonardo de Moura
|
62e6179106
|
feat(library/init/option): show that optionT is an instance of alternative
|
2016-07-22 15:39:03 -07:00 |
|
Leonardo de Moura
|
9aebb168a3
|
chore(library/init/option): remove bad comment
|
2016-07-22 11:36:33 -07:00 |
|
Leonardo de Moura
|
989e20a5d3
|
feat(library/init/option): add optionT monad transformer
|
2016-07-22 11:34:04 -07:00 |
|
Leonardo de Moura
|
02fb2c9c8a
|
feat(library/init): add 'guard' and helper typeclasses
|
2016-07-07 00:52:52 -07:00 |
|
Leonardo de Moura
|
9d7a75d0e2
|
refactor(library/init): move option (inhabited, decidable_eq and monad) instances to init
|
2016-06-28 16:37:10 +01:00 |
|