1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 05:58:34 +03:00

Update src/Semantic/Api/Bridge.hs

Co-Authored-By: patrickt <patrickt@github.com>
This commit is contained in:
Rob Rix 2019-03-04 10:44:20 -05:00 committed by GitHub
parent aa2f6b2391
commit cd52b5d932

View File

@ -15,7 +15,7 @@ import qualified Semantic.Api.LegacyTypes as Legacy
import qualified Semantic.Api.V1.CodeAnalysisPB as API
-- | An @APIBridge x y@ instance describes an isomorphism between @x@ and @y@.
-- This is suitable for types such as 'Pos' which are representationally equal
-- This is suitable for types such as 'Pos' which are representationally equivalent
-- in their API, legacy, and native forms. All 'Lens' laws apply.
--
-- Foreign to native: @x^.bridging@