mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Correct the doctest.
This commit is contained in:
parent
7554271e2d
commit
7c2ac87ff3
@ -67,7 +67,7 @@ data Edge = Lexical | Import
|
||||
|
||||
-- | Concrete evaluation of a term to a value.
|
||||
--
|
||||
-- >>> map fileBody (snd (concrete eval [File (Path.AbsRelFile "bool") (Span (Pos 1 1) (Pos 1 5)) (Core.bool True)]))
|
||||
-- >>> map fileBody (snd (concrete eval [File (Path.absRel "bool") (Span (Pos 1 1) (Pos 1 5)) (Core.bool True)]))
|
||||
-- [Right (Bool True)]
|
||||
concrete
|
||||
:: (Foldable term, Show (term Name))
|
||||
|
Loading…
Reference in New Issue
Block a user