module HieSource.T9 where

t9A :: Int -> Bool -> String
t9A = undefined

t9B :: (Bool, Int) -> String
t9B = undefined

t9C :: (Int, Bool) -> String
t9C = undefined