some is:package

Existential type: Some This library defines an existential type Some.
data Some f where
Some :: f a -> Some f
in few variants, and utilities to work with it. If you are unsure which variant to use, use the one in Data.Some module.
Carry evidence of constraints around Please see the README on GitHub at https://github.com/parsonsmatt/some-dict-of#readme
Work with HTML more easily in HXT
Not on Stackage, so not searched. Neovim plugin host for Polysemy
Not on Stackage, so not searched. Neovim plugin framework for Polysemy
Not on Stackage, so not searched. Existential type that can be constrained
Universe instances for Some from some A class for finite and recursively enumerable types and some helper functions for enumerating them defined in universe-base package:
class Universe a where universe :: [a]
class Universe a => Finite a where universeF :: [a]; universeF = universe
This package adds
class UniverseSome f where universeSome :: [Some f]
class UniverseSome f => FiniteSome f where universeFSome :: [Some f]; universeFSome = universe
classes.
Not on Stackage, so not searched. Test tools for Ribosome
Not on Stackage, so not searched. Test tools for Ribosome
Not on Stackage, so not searched. A prelude which I can be happy with. Based on base-prelude.
Not on Stackage, so not searched. A Font Awesome data type enumerating all icon classes
Not on Stackage, so not searched. CLI for Ribosome
Not on Stackage, so not searched. api extensions for nvim-hs