~alcinnz/fontconfig-pure

ref: 40a431c743763a5d24327b387fecf079dc74555a fontconfig-pure/lib/Graphics/Text/Font/Choose/ObjectSet.hs -rw-r--r-- 168 bytes
40a431c7 — Adrian Cochrane fuzz-test MessagePack implementations. 7 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!