packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/DerivingVia/basic.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE DerivingVia #-}
module Basic where

newtype MyInt = MyInt Int
  deriving Show via Int