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:
parent
0253560576
commit
0ee81bd20f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user