1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00

Export runNonDetM.

This commit is contained in:
Rob Rix 2019-11-04 13:46:57 -05:00
parent ec53cd91d6
commit 309b5fd1bb
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -6,6 +6,7 @@ module Analysis.FlowInsensitive
, cacheTerm
, runHeap
, foldMapA
, runNonDetM
) where
import Control.Effect