lintCoreProg

This commit is contained in:
crumbtoo
2024-03-01 11:18:19 -07:00
parent c026f6f8f9
commit 451b003e08
4 changed files with 66 additions and 175 deletions

View File

@@ -15,7 +15,7 @@ module Rlp.Syntax.Types
, Rec(..)
, Lit(..)
, Pat(..)
, Decl(..)
, Decl(..), Decl'
, Program(..)
, Where
@@ -23,6 +23,8 @@ module Rlp.Syntax.Types
, Cofree(..)
, Trans.Cofree.CofreeF
, SrcSpan(..)
, programDecls
)
where
----------------------------------------------------------------------------------