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:
parent
8d08b1a26a
commit
c2e620ac6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user