packages feed

angle-0.8.1.0: tests/Test/Angle/Types/Scope.hs

{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE FlexibleInstances #-}
module Test.Angle.Types.Scope
    ( tests
    ) where

import TestHelper


tests :: [TestTree]
tests = [ testGroup "outermostScope"
          [
          ]
        , testGroup "resolve"
          [
          ]
        ]