From 0cbbe31c5f16df73dcc3a73b37cac4a72948f3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 27 Aug 2026 20:34:57 +0200 Subject: Accept various builtin types in type expressions --- src/Test.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Test.hs') diff --git a/src/Test.hs b/src/Test.hs index 33c1cf0..26f5bff 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -30,6 +30,10 @@ data Test = Test , testSteps :: Expr (TestStep ()) } +instance ExprType Test where + textExprType _ = "Test" + textExprValue _ = "" + data Tag = Tag ModuleName VarName deriving (Eq) -- cgit v1.2.3