From 3d49bb583227b7669b638c4bb3e9853feae07ae2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 12 Dec 2023 23:44:14 +0530 Subject: refactor: refactorification --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.ts') diff --git a/src/util.ts b/src/util.ts index 88e3749..1bed44b 100644 --- a/src/util.ts +++ b/src/util.ts @@ -6,7 +6,7 @@ export type Rewrite = { right: right; }; -export type Flip> = Rewrite; +export type Sym> = Rewrite; export type ApplyRewrite> = O extends R['left'] ? R['right'] -- cgit v1.3.1