summaryrefslogtreecommitdiff
path: root/src/Language/Fiddle/Ast.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Language/Fiddle/Ast.hs')
-rw-r--r--src/Language/Fiddle/Ast.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Language/Fiddle/Ast.hs b/src/Language/Fiddle/Ast.hs
index 7600006..60b9e11 100644
--- a/src/Language/Fiddle/Ast.hs
+++ b/src/Language/Fiddle/Ast.hs
@@ -189,13 +189,14 @@ data RegisterBitsTypeRef stage f a where
AnonymousBitsType stage f a ->
a ->
RegisterBitsTypeRef 'Stage1 f a
-
{- (<expr>)
-
- The expression is just bits ... i.e. an integer.
-}
RegisterBitsJustBits ::
- Expression stage f a -> a -> RegisterBitsTypeRef stage f a
+ Expression stage f a ->
+ a ->
+ RegisterBitsTypeRef stage f a
instance Alter (RegisterBitsTypeRef stage) where
alter ffn fn = \case