1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Haddock doesn’t like this.

This commit is contained in:
Rob Rix 2019-08-06 13:52:24 -04:00
parent 8d08b1a26a
commit c2e620ac6f
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -48,7 +48,7 @@ data Concrete
| String Text
| Record Env
deriving (Eq, Ord, Show)
-- | 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.
-- 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.
deriving Semigroup via Last Concrete
recordFrame :: Concrete -> Maybe Env