fix use of hifalutin terminology

This commit is contained in:
Joey Hess 2015-11-16 14:37:31 -04:00
parent be86081ff4
commit b0626230b7
Failed to extract signature
7 changed files with 29 additions and 29 deletions

View file

@ -14,7 +14,7 @@ module Logs.Remote (
showConfig,
parseConfig,
prop_idempotent_configEscape,
prop_isomorphic_configEscape,
prop_parse_show_Config,
) where
@ -84,8 +84,8 @@ configUnEscape = unescape
rest = drop 1 r
{- for quickcheck -}
prop_idempotent_configEscape :: String -> Bool
prop_idempotent_configEscape s = s == (configUnEscape . configEscape) s
prop_isomorphic_configEscape :: String -> Bool
prop_isomorphic_configEscape s = s == (configUnEscape . configEscape) s
prop_parse_show_Config :: RemoteConfig -> Bool
prop_parse_show_Config c