dirname: remove incorrect documentation on properties

Fixes #11
Cette révision appartient à :
Julian Ospald 2017-01-14 20:16:25 +01:00
Parent 3baecb7b51
révision 1a2c77c6a6
Signature inconnue de Gitea
ID de la clé GPG: 511B62C09D50CD28
1 fichiers modifiés avec 0 ajouts et 4 suppressions

Voir le fichier

@ -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 "/")