leanprover-community / lean4-metaprogramming-book

https://leanprover-community.github.io/lean4-metaprogramming-book/
Apache License 2.0
204 stars 47 forks source link

No default target in lakefile #120

Closed tydeu closed 6 months ago

tydeu commented 7 months ago

Remove the @[default_target] attribute from the lean4-metaprogramming-book library. This prevents it from being automatically built on a lake build, which does not work because it just builds all the code in the book (incuding errors). This will help prevent Reservoir from giving the book a red cross.

Also uses the now-more-standard where syntax rather than braces for the configurations.