remove unused imports

This commit is contained in:
Rowan 2024-11-09 02:24:22 -06:00
parent 8ec0d942c9
commit 0e760fa25b

View file

@ -1,6 +1,6 @@
import { Result } from './result.js'
import { Iterator, Peekable, Stream } from './stream.js'
import { curry, is, of, tryPipe } from './fn.js'
import { curry, of } from './fn.js'
class ParseError extends Error {
constructor(message, state, source) {