~alcinnz/fontconfig-pure

ref: 677feaa727bccd8fbae4c852caabb87bca2f00a9 fontconfig-pure/lib/Graphics/Text/Font/Choose/ObjectSet.hs -rw-r--r-- 157 bytes
677feaa7 — Adrian Cochrane Implement a scanner on C-side (LibCMP doesn't provide it). 10 months ago
                                                                                
1
2
3
4
5
module Graphics.Text.Font.Choose.ObjectSet where

type ObjectSet = [String]

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