1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00

Alignment.

This commit is contained in:
Rob Rix 2019-10-11 17:22:59 -04:00
parent 5acb7bee11
commit 46984f04c1
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -50,6 +50,6 @@ data Domain term name value m k
| String Text (value term name -> m k)
| AsString (value term name) (Text -> m k)
-- Record construction & elimination
| Record [(name, value term name)] (value term name -> m k)
| Record [(name, value term name)] (value term name -> m k)
| Project (value term name) name (Maybe (value term name) -> m k)
deriving (Functor)