dirname: remove incorrect documentation on properties

Fixes #11
This commit is contained in:
Julian Ospald 2017-01-14 20:16:25 +01:00
父節點 3baecb7b51
當前提交 1a2c77c6a6
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 "/")