packages feed

kempe-0.1.1.0: test/err/patternMatch.kmp

not : Bool -- Bool
    =: [
    { case
        | True  -> False
    }
]