input-output-hk / ouroboros-high-assurance

High-assurance implementation of the Ouroboros protocol family
Apache License 2.0
1 stars 1 forks source link

Turn `typed_import` and `typed_export` into abbreviations #87

Closed javierdiaz72 closed 1 year ago

javierdiaz72 commented 1 year ago

Currently, typed_import and typed_export are defined using definition. However, this prevents these constructs to be corecursion-friendly, as their types contain extra type variables. We shall fix this problem by turning these definitions into abbreviations.