dirname: remove incorrect documentation on properties

Fixes #11
This commit is contained in:
Julian Ospald 2017-01-14 20:16:25 +01:00
rodzic 3baecb7b51
commit 1a2c77c6a6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 511B62C09D50CD28
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -314,10 +314,6 @@ getAllParents (MkPath p)
-- | Extract the directory name of a path.
--
-- The following properties hold:
--
-- @dirname (p \<\/> a) == dirname p@
--
-- >>> dirname (MkPath "/abc/def/dod")
-- "/abc/def"
-- >>> dirname (MkPath "/")