stan-0.2.0.0: Haskell STatic ANalyser
Safe HaskellSafe-Inferred
LanguageHaskell2010

Target.AntiPattern.Stan0206

Documentation

data RecordExample a Source #

Constructors

RecordExample 

Fields

newtype NewtypeExample2 Source #

Constructors

NewtypeExample2 

Fields

data PlainExample Source #

Constructors

Mk1 !Int Int 
Mk2 !Int 
Mk3 Bool 

data ConstraintExample Source #

Constructors

forall a. Constr a 
forall a b. Constr2 a !b 
forall a.Num a => Constr3 a 
forall a b.(Num a, Ord b) => Constr4 a !b 

data ConstraintRecord Source #

Constructors

forall a.Num a => ConstraintRecord 

Fields