Is there a way to abbreviate types in elpi? I'd like to say something like mytype := list (option (term * term))
.
Sure, it is the lambdaprolog way: typeabbrev mytype (....)
Example: https://github.com/LPCIC/elpi/blob/ed4a6c69c340b06b79383c0876aa11f5e669dabd/src/builtin.elpi#L17
Last updated: Oct 13 2024 at 01:02 UTC