Agda-stdlib: Add pointer to `Data.Empty.Polymorphic` in `Data.Empty`

Created on 22 Jan 2020  ·  3Comments  ·  Source: agda/agda-stdlib

https://github.com/agda/agda-stdlib/blob/86e67598652228bf2fb413f9eb777803237c2c36/src/Data/Empty.agda#L11

Is there any particular reason that the Empty Type is not parametrised by an implicit Set level?
I often found myself needing a more general Empty Type. Am I doing something wrong?

documentation question

All 3 comments

See https://github.com/agda/agda-stdlib/blob/86e67598652228bf2fb413f9eb777803237c2c36/src/Data/Empty/Polymorphic.agda#L13

It's not universe polymorphic by default as apparently when it was first defined many years back it resulted in lots of unsolved metas. Unsure whether the situation has improved since then.

We should add a pointer in the file though.

I've been meaning to do an experiment wrt these unsolved metas (i.e. see how many there are), but I've had essentially negative time since the start of January.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asr picture asr  ·  3Comments

gallais picture gallais  ·  8Comments

oisdk picture oisdk  ·  7Comments

xekoukou picture xekoukou  ·  8Comments

MatthewDaggitt picture MatthewDaggitt  ·  5Comments