In the FIR extensions doc, it mentions: > There...
# compiler
y
In the FIR extensions doc, it mentions:
There are plans to implement some more extensions which allow to
• declare new kinds of contracts
Any info about what that means exactly? Does that mean adding syntax to the
contract
block, and providing a way to store that in the binary?
b
This is probably outdated as I'm not aware of any plans to introduce custom contracts via plugins. Contracts are deeply integrated with data-flow analysis and smart-casting, so it would be hard to introduce such an FIR plugin API. Could you provide a link to the documentation so I can update it?