Browse Source

Add TODO

constructor
Julian Ospald 8 years ago
parent
commit
29923d1023
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/Path/Internal.hs

+ 4
- 0
src/Path/Internal.hs View File

@@ -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


Loading…
Cancel
Save