aboutsummaryrefslogtreecommitdiff
path: root/src/parser.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/parser/utils.ts (renamed from src/parser.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.ts b/src/parser/utils.ts
index a7d6528..00b50f8 100644
--- a/src/parser.ts
+++ b/src/parser/utils.ts
@@ -11,7 +11,7 @@ import {
} from 'fp-ts/Either'
import { none, some, Option } from 'fp-ts/Option'
import { mapFst, mapSnd, snd } from 'fp-ts/Tuple'
-import { eq } from './utils'
+import { eq } from '../utils'
export type char = string