File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ foreign import readImpl :: String -> Offset -> Buffer -> Number
118
118
-- |
119
119
-- Reads a section of a buffer as a string with the specified encoding.
120
120
--
121
- readString :: forall e . Encoding -> Offset -> Offset -> Buffer -> String
121
+ readString :: Encoding -> Offset -> Offset -> Buffer -> String
122
122
readString = readStringImpl <<< show
123
123
124
124
foreign import readStringImpl :: String -> Offset -> Offset -> Buffer -> String
125
125
126
126
-- |
127
127
-- Reads the buffer as a string with the specified encoding.
128
128
--
129
- toString :: forall e . Encoding -> Buffer -> String
129
+ toString :: Encoding -> Buffer -> String
130
130
toString = toStringImpl <<< show
131
131
132
132
foreign import toStringImpl :: String -> Buffer -> String
You can’t perform that action at this time.
0 commit comments