1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Document Algorithm.hs

This commit is contained in:
Matt Diephouse 2016-02-03 10:28:44 -05:00
parent 0253560576
commit 0ee81bd20f

View File

@ -3,4 +3,5 @@ module Algorithm where
import Control.Monad.Free
import Operation
-- | A lazily-produced AST for diffing.
type Algorithm a annotation = Free (Operation a annotation)