moonlight-triangulation-0.1.0.0: test/coherence/Main.hs
-- | Compile every test slice against the union of their dependencies. Empty -- imports make module and instance collisions observable without executing the -- four focused behavioral suites twice. module Main (main) where import Moonlight.Triangulation.AlgebraSpec () import Moonlight.Triangulation.NativeSpec () import Moonlight.Triangulation.ParallelSpec () import Moonlight.Triangulation.ScheduleAgreementSpec () import Moonlight.Triangulation.SerializationSpec () main :: IO () main = pure ()