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

attribute SourceSpan credit to purescript

This commit is contained in:
joshvera 2016-07-27 18:56:20 -04:00
parent ba7d599aa3
commit c8e284b1d9

View File

@ -1,5 +1,6 @@
-- |
-- Source position and span information
-- Mostly taken from purescript's SourcePos definition.
--
module SourceSpan where