-- | Tests for strict sequences {-# LANGUAGE CPP, BangPatterns, PatternSynonyms #-} module Tests.Ternary.Strict where -------------------------------------------------------------------------------- #define WHICH_SEQ Strict #define IMPORTSEQ Data.Nested.Seq.Ternary.Strict #define TESTGROUP testgroup_Ternary_Strict #define GROUPNAME "Strict / ternary" #include "../tests.inc" --------------------------------------------------------------------------------