Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit c2e620a

Browse files
committed
Haddock doesn’t like this.
1 parent 8d08b1a commit c2e620a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-core/src/Analysis/Concrete.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ data Concrete
4848
| String Text
4949
| Record Env
5050
deriving (Eq, Ord, Show)
51-
-- | We derive the 'Semigroup' instance for 'Concrete' to take the second argument. This is equivalent to stating that the return value of an imperative sequence of statements is the value of its final statement.
51+
-- NB: We derive the 'Semigroup' instance for 'Concrete' to take the second argument. This is equivalent to stating that the return value of an imperative sequence of statements is the value of its final statement.
5252
deriving Semigroup via Last Concrete
5353

5454
recordFrame :: Concrete -> Maybe Env

0 commit comments

Comments
 (0)