This commit is contained in:
crumbtoo
2024-02-15 18:27:04 -07:00
parent 2e13ec2cf4
commit e9cab1ddaf
6 changed files with 80 additions and 353 deletions

View File

@@ -16,7 +16,7 @@ import Rlp.Parse.Types
import Rlp.Syntax
--------------------------------------------------------------------------------
associate :: OpTable -> Decl' RlpcPs -> Decl' RlpcPs
associate :: OpTable -> Decl RlpcPs -> Decl RlpcPs
associate _ p = p
{-# WARNING associate "unimplemented" #-}