blob: 6784a16d05477bbe30053e16cae6799254377967 (
plain)
1
2
3
4
5
6
|
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface Main where
import PreludeBuiltin(Tuple0, Tuple2, _RealWorld(..), _State(..))
mainPrimIO13 :: _State _RealWorld -> ((), _State _RealWorld)
{-# GHC_PRAGMA _A_ 1 _U_ 2 _N_ _N_ _N_ _N_ #-}
|