Add file
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
module Dodge.Path.Translate where
|
||||||
|
|
||||||
|
import Dodge.Data.PathGraph
|
||||||
|
|
||||||
|
fromEdgeTuple :: (Int, Int, PathEdge) -> PathEdgeNodes
|
||||||
|
{-# INLINE fromEdgeTuple #-}
|
||||||
|
fromEdgeTuple (a, b, pe) = PathEdgeNodes a b pe
|
||||||
Reference in New Issue
Block a user