1
0
forked from GitHub/gf-core

fix the disambiguation of html tags

This commit is contained in:
Krasimir Angelov
2024-03-06 19:27:16 +01:00
parent b0f71ce0ac
commit 52c56feaf2
4 changed files with 88 additions and 40 deletions

View File

@@ -399,6 +399,8 @@ data Term =
| Strs [Term] -- ^ conditioning prefix strings: @strs {s ; ...}@
| TSymCat Int LIndex [(LIndex,(Ident,Type))]
| TSymVar Int Int
| OpenTag Ident [Assign] -- used internally in the parser
| CloseTag Ident -- used internally in the parser
deriving (Show, Eq, Ord)
-- | Patterns