diff options
Diffstat (limited to 'Monitors')
| -rw-r--r-- | Monitors/Net.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Monitors/Net.hs b/Monitors/Net.hs index f36c691..1f2343d 100644 --- a/Monitors/Net.hs +++ b/Monitors/Net.hs @@ -32,7 +32,7 @@ netConfig = mkMConfig      ["dev", "rx", "tx"]     -- available replacements --- takes to element of a list given their indexes +-- takes two elements of a list given their indexes  getTwoElementsAt :: Int -> Int -> [a] -> [a]  getTwoElementsAt x y xs =      z : [zz] | 
