1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Add a module header describing the organizational concerns.

This commit is contained in:
Rob Rix 2020-02-04 14:13:10 -05:00
parent 3737b2b4cf
commit 7e08d781c9
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -1,2 +1,3 @@
-- | This module defines the 'Traversable1' class and its generic derivation using 'GTraversable1'. Note that any changes to this file will require recompilation of all of the AST modules, which is quite expensive; thus, most additions should be made in "AST.Traversable1" instead, and that that module should not be imported by the AST modules.
module AST.Traversable1.Class
() where