Files
loop/src/Dodge/Path/Translate.hs
T
2023-02-23 23:11:00 +00:00

8 lines
196 B
Haskell

module Dodge.Path.Translate where
import Dodge.Data.PathGraph
fromEdgeTuple :: (Int, Int, PathEdge) -> PathEdgeNodes
{-# INLINE fromEdgeTuple #-}
fromEdgeTuple (a, b, pe) = PathEdgeNodes a b pe