Closed lovettchris closed 2 years ago
This makes it easier to build the lean reference manual.
leanink needs to be built with the latest lean in order to work in alectryon.
Another update for the lakefile.lean would be to use supportInterpreter := trur (on the exe) instead of the manual moreLinkArgs (on the package).
lakefile.lean
supportInterpreter := trur
moreLinkArgs
Thanks: https://github.com/leanprover/LeanInk/pull/28
This makes it easier to build the lean reference manual.
Description
leanink needs to be built with the latest lean in order to work in alectryon.
Notable Changes
Additional Notes