~alcinnz/fontconfig-pure

ref: c406e2016b6ae9b909501c05c5790693092447e3 fontconfig-pure/lib/Graphics/Text/Font/Choose/ObjectSet.hs -rw-r--r-- 168 bytes
c406e201 — Adrian Cochrane Properly handle ambiguity in empty char/lang sets. 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!