Plain source file: hsrc/types/Direction.hs (2020-09-02)
Direction is imported by: Command, Types, Path, Fudget, WindowF, AutoLayout, Tables2, Tables, PathTree, Dlayout, Route, Loops, ListF, DynListF, CompF, BranchF.
module Direction(Direction(..)) where data Direction = L | R | Dno Int deriving (Eq, Ord, Read, Show)