~alcinnz/fontconfig-pure

ref: 58463bff4ead31b6b58f5e6b181914c856a33537 fontconfig-pure/lib/Graphics/Text/Font/Choose/ObjectSet.hs -rw-r--r-- 168 bytes
58463bff — Adrian Cochrane Fuzz test roundtrip conversions between C & Haskell datastructures! 6 months ago
                                                                                
1
2
3
4
5
module Graphics.Text.Font.Choose.ObjectSet(ObjectSet) where

type ObjectSet = [String]

-- NOTE: Already has all the typeclass instances I want, including MessagePack!