packages feed

css-parser-0.0.1: test/CssParser/Test/Arbitrary/FontFeatureValues.hs

{-# OPTIONS_GHC -fconstraint-solver-iterations=24 #-}
{-# OPTIONS_GHC -Wno-orphans #-}
module CssParser.Test.Arbitrary.FontFeatureValues where

import CssParser.At.FontFeatureValues
import CssParser.Test.Arbitrary
import CssParser.Test.Arbitrary.Ident ()
import CssParser.Test.Arbitrary.Value ()
import CssParser.Test.Arbitrary.At ()

deriving via (GenericArbitrary IdentList) instance Arbitrary IdentList
deriving via (GenericArbitrary FontFeatureValuesSubBlock) instance Arbitrary FontFeatureValuesSubBlock
deriving via (GenericArbitrary FontFeatureValues) instance Arbitrary FontFeatureValues
deriving via (GenericArbitrary FontFeatureEntry) instance Arbitrary FontFeatureEntry