Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
the whole expression must be state, not just the anonymous variable
  • Loading branch information
gfldex committed Oct 29, 2016
1 parent 86f110c commit 7685316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/typesystem.pod6
Expand Up @@ -607,6 +607,6 @@ X<|dynamic subset>
=for code :skip-test
require ::('YourModule');
subset C where $ = ::('YourModule::C');
subset C where state $ = ::('YourModule::C');
=end pod

0 comments on commit 7685316

Please sign in to comment.