Skip to content

Commit 096daa1

Browse files
committed
Kore.Builtin.InternalBytes.InternalBytes: fix Haddocks
1 parent 7579c77 commit 096daa1

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

kore/src/Kore/Builtin/InternalBytes/InternalBytes.hs

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ sort :: Text
6767
sort = "BYTES.Bytes"
6868

6969

70-
-- | Render a 'ByteString' as an internal domain value of the given sort.
71-
-- | The result sort should be hooked to the builtin @Bytes@ sort, but this is
72-
-- | not checked.
73-
-- |
74-
-- | See also: 'sort'.
70+
{- | Render a 'ByteString' as an internal domain value of the given sort.
71+
72+
The result sort should be hooked to the builtin @Bytes@ sort, but this is
73+
not checked.
74+
75+
See also: 'sort'.
76+
-}
7577
asInternal
7678
:: InternalVariable variable
7779
=> Sort -- ^ resulting sort
@@ -80,12 +82,13 @@ asInternal
8082
asInternal bytesSort bytesValue =
8183
TermLike.markSimplified $ mkInternalBytes bytesSort bytesValue
8284

83-
-- | Render a 'Bytes' as a domain value pattern of the given sort.
84-
-- |
85-
-- | The result sort should be hooked to the builtin @Bytes@ sort, but this is
86-
-- | not checked.
87-
-- |
88-
-- | See also: 'sort'.
85+
{- | Render a 'Bytes' as a domain value pattern of the given sort.
86+
87+
The result sort should be hooked to the builtin @Bytes@ sort, but this is
88+
not checked.
89+
90+
See also: 'sort'.
91+
-}
8992
asTermLike
9093
:: InternalVariable variable
9194
=> InternalBytes -- ^ builtin value to render

0 commit comments

Comments
 (0)