1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Revert "Add a BranchAlignment type."

This reverts commit c85b9fcca08b147c8f2c7bae573f7b30c08f14f4.
This commit is contained in:
Rob Rix 2016-05-25 10:43:24 -04:00
parent 3663cc612b
commit 5237c7ccc5

View File

@ -192,8 +192,6 @@ data BranchElement
| Margin (Join These String)
deriving Show
data BranchAlignment = BranchAlignment { branchElements :: [BranchElement] }
branchElementContents :: BranchElement -> Join These String
branchElementContents (Child _ contents) = contents
branchElementContents (Margin contents) = contents