1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00
semantic/app/Split.hs

8 lines
145 B
Haskell
Raw Normal View History

2015-12-01 19:38:48 +03:00
module Split (split) where
2015-12-01 19:33:16 +03:00
import Diff
import Rainbow
split :: Diff a Info -> String -> String -> IO ByteString
split diff a b = return mempty