packages feed

gi-cairo-again-1.16.0: src/GI/Cairo/Connector.hs

module GI.Cairo.Connector where

class Connector a b where
  fromGI :: a -> IO b
  toGI :: b -> IO a