From 29923d10238f25c8a26ebab787879d3279c87acb Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 6 Mar 2016 22:07:54 +0100 Subject: [PATCH] Add TODO --- src/Path/Internal.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Path/Internal.hs b/src/Path/Internal.hs index 1cc47e1..9cc880e 100644 --- a/src/Path/Internal.hs +++ b/src/Path/Internal.hs @@ -1,5 +1,9 @@ {-# LANGUAGE DeriveDataTypeable #-} +-- TODO: - remove undefined in Ord instance +-- - use viewpatterns/patternsynonyms so we don't need to +-- export the constructors + -- | Internal types and functions. module Path.Internal