packages feed

kempe-0.1.1.0: test/err/kind.kmp

type Maybe a { Just a | Nothing }

poorlyKinded : (Maybe Maybe) --
             =: [ drop ]