since Haskell has such expressive type system, is there something supported directly that we can query whether some data is of some type? like in Racket, (String? "Hi") (will return true)
or like MyType? somedata -> Bool
since Haskell has such expressive type system, is there something supported directly that we
Share
1 Answer