dirname: remove incorrect documentation on properties

Fixes #11
这个提交包含在:
Julian Ospald 2017-01-14 20:16:25 +01:00
父节点 3baecb7b51
当前提交 1a2c77c6a6
找不到此签名对应的密钥
GPG 密钥 ID: 511B62C09D50CD28
共有 1 个文件被更改,包括 0 次插入4 次删除

查看文件

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