@hackage unlifted-list0.1.0.0

GHC Haskell lists of non-thunks (things of kind TYPE 'UnliftedRep)

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.