Description
GHC Haskell lists of non-thunks (things of kind TYPE 'UnliftedRep)
Description
The type provided by this library is a linked list that guarantees the values it stores are not thunks. It could certainly be useful for something stack-like, where the values are unlifted.