We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f83421 commit 5545bedCopy full SHA for 5545bed
dhall/src/Dhall/Syntax/Chunks.hs-boot
@@ -1,3 +1,8 @@
1
+{-# LANGUAGE StandaloneKindSignatures #-}
2
+
3
module Dhall.Syntax.Chunks where
4
5
+import Data.Kind (Type)
6
7
+type Chunks :: Type -> Type -> Type
8
data Chunks s a
dhall/src/Dhall/Syntax/Types.hs-boot
@@ -1,9 +1,14 @@
module Dhall.Syntax.Types where
data DhallDouble
9
data PreferAnnotation
10
11
+type FieldSelection :: Type -> Type
12
data FieldSelection s
13
14
data WithComponent
0 commit comments