Remove direction datatype
This commit is contained in:
parent
cc2826b998
commit
b950572e97
@ -34,11 +34,6 @@ data Diagram vtx = Diagram
|
|||||||
}
|
}
|
||||||
deriving (Show, Read)
|
deriving (Show, Read)
|
||||||
|
|
||||||
data Direction
|
|
||||||
= Up
|
|
||||||
| Down
|
|
||||||
deriving (Eq, Ord, Read, Show)
|
|
||||||
|
|
||||||
data InsertError vtx
|
data InsertError vtx
|
||||||
= InsertError_DuplicateVertex
|
= InsertError_DuplicateVertex
|
||||||
| InsertError_UnknownDownVertex vtx
|
| InsertError_UnknownDownVertex vtx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user