From c10f6d7f45edf83db74ca9e4581ee0d8e6c41577 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sun, 30 Mar 2025 15:07:55 +0200 Subject: [PATCH] fix(queries/haskell): constructor/record -> record (#384) --- after/queries/haskell/matchup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/queries/haskell/matchup.scm b/after/queries/haskell/matchup.scm index c2f1917..bba5693 100644 --- a/after/queries/haskell/matchup.scm +++ b/after/queries/haskell/matchup.scm @@ -48,7 +48,7 @@ "data" @open.rec (_) constructors: (data_constructors constructor: (data_constructor - (constructor/record + (record fields: (fields "{" @mid.rec.1 (_) "}" @mid.rec.2