clafer-0.3.5.1: clafer compiles Clafer models to other formats, such as Alloy, XML, HTML, Dot.

Safe HaskellSafe-Inferred

Language.Clafer.Generator.Stats

Documentation

data Stats Source

Constructors

Stats 

Fields

naClafers :: Int
 
nrClafers :: Int
 
ncClafers :: Int
 
nConstraints :: Int
 
nGoals :: Int
 
sglCard :: Interval
 

Instances

Show Stats