Skip to content

Commit

Permalink
Remove obsolete constructor matches
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroenewegen committed Mar 9, 2022
1 parent 994489b commit 44c01d3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions webdsl.editor/trans/typecheck/navigate.str
Expand Up @@ -3,14 +3,8 @@ module typecheck/navigate
imports
libwebdsl-front
libwebdsl-generator

rules

declaration-of: PageCall(name, args) -> page
where page := <PageDecl> name

rules

desugar-def: DispatchNavigateCall(name, args) -> PageCall(name, args)
desugar-def: DispatchNavigateCallNoArg(name) -> PageCall(name, [])

0 comments on commit 44c01d3

Please sign in to comment.