Skip to content

Commit

Permalink
Export nat from Lang.Crucible.Syntax.Concrete (#935)
Browse files Browse the repository at this point in the history
This export allows `ParserHooks` instances to make use of the parser for
natural numbers.
  • Loading branch information
bboston7 authored Dec 3, 2021
1 parent e611ef3 commit 7af47f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crucible-syntax/src/Lang/Crucible/Syntax/Concrete.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module Lang.Crucible.Syntax.Concrete
, SyntaxState(..)
, atomName
, freshAtom
, nat
, operands
-- * Rules for pretty-printing language syntax
, printExpr
Expand Down

0 comments on commit 7af47f2

Please sign in to comment.