1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Export assignBy.

This commit is contained in:
Rob Rix 2017-06-07 18:21:31 -04:00
parent 14e538fa25
commit 8b4b0a10da

View File

@ -74,6 +74,7 @@ module Data.Syntax.Assignment
, showError , showError
, showExpectation , showExpectation
, assign , assign
, assignBy
, runAssignment , runAssignment
, AssignmentState(..) , AssignmentState(..)
, makeState , makeState