Skip to content

Rewrite context generation to be more concise and correct

Fredrik Wieczerkowski requested to merge rewrite-context-generation into version3-new

This handles cases where a higher kind is not the first argument (e.g. in * -> (* -> *) -> *), which would previously not get generated correctly.

Merge request reports