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