remove completed 'TODO'
This commit is contained in:
@@ -54,7 +54,6 @@ instance Pretty Prim where
|
|||||||
prettyPrec (IntP n) = withPrec maxBound $ IStr $ show n ++ "#"
|
prettyPrec (IntP n) = withPrec maxBound $ IStr $ show n ++ "#"
|
||||||
prettyPrec IntAddP = withPrec maxBound $ "+#"
|
prettyPrec IntAddP = withPrec maxBound $ "+#"
|
||||||
|
|
||||||
-- TODO: lens
|
|
||||||
data Stats = Stats
|
data Stats = Stats
|
||||||
{ _stsReductions :: Int
|
{ _stsReductions :: Int
|
||||||
, _stsAllocations :: Int
|
, _stsAllocations :: Int
|
||||||
|
|||||||
Reference in New Issue
Block a user