lean4-htt/tests/lean/inst.lean.expected.out
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

5 lines
259 B
Text

inst.lean:12:11:failed to generate bytecode for 'C_magic'
code generation failed, VM does not have code for 'magic'
inst.lean:24:11:failed to generate bytecode for 'test'
code generation failed, VM does not have code for 'magic'
C.mk (magic (prod Prop Prop))