packages feed

circuit-notation-0.1.0.0: tests/unittests.hs

-- This option is a test by itself: if we were to export a plugin with the
-- wrong type or name, GHC would refuse to compile this file.
{-# OPTIONS -fplugin=CircuitNotation #-}

module Main where

import           Circuit
import           Example

main :: IO ()
main = pure ()