diff --git a/src/SES/Myers.hs b/src/SES/Myers.hs index 3fee069eb..ccf2db33a 100644 --- a/src/SES/Myers.hs +++ b/src/SES/Myers.hs @@ -17,6 +17,7 @@ data Snake = Snake { x :: Int, y :: Int, u :: Int, v :: Int } newtype EditDistance = EditDistance { unEditDistance :: Int } newtype Diagonal = Diagonal { unDiagonal :: Int } +newtype Endpoint = Endpoint { unEndpoint :: (Int, Int) } decompose :: MyersF a -> Myers a