r7rs datum ast
build / build (push) Successful in 1m28s

This commit is contained in:
2026-08-20 21:53:32 -06:00
parent 6c29f3779a
commit 2b6cc65327
9 changed files with 138 additions and 3 deletions
+4
View File
@@ -14,6 +14,8 @@ module Gyehoek.Prelude
, IsList(fromList)
, HasCallStack
, Hashable
, NonEmpty((:|))
, Natural
) where
import Control.Lens
@@ -31,4 +33,6 @@ import Data.Generics.Labels ()
import Data.String.Interpolate
import GHC.Stack (HasCallStack)
import Data.Hashable (Hashable)
import Data.List.NonEmpty (NonEmpty((:|)))
import Numeric.Natural (Natural)