packages feed

ascii-superset-1.2.6.0: library/ASCII/SupersetConversion.hs-boot

module ASCII.SupersetConversion where

import ASCII.Superset (StringSuperset)

class (StringSuperset a, StringSuperset b) => StringSupersetConversion a b where
    convertStringUnsafe :: a -> b