packages feed

lxd-client-0.1.0.2: src/Network/LXD/Client/Internal/Compatibility.hs

{-# LANGUAGE FunctionalDependencies #-}
module Network.LXD.Client.Internal.Compatibility where

class Compatibility a b | a -> b where
    compat :: a -> b