aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/LocalFixity/local-infix-where.hs
{- ORACLE_TEST pass -}
instance FromHttpApiData (BackendKey DB.MongoContext) where
parseUrlPiece input = do
MongoKey <$> readTextData s
where
infixl 3 <!>
Left _ <!> y = y
x <!> _ = x