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

Stub in a module for modelling the concrete domain.

This commit is contained in:
Rob Rix 2019-11-04 14:20:56 -05:00
parent a55972ef88
commit 1098d95cd8
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ library
Analysis.Carrier.Heap.Monovariant
Analysis.Carrier.Heap.Precise
Analysis.Concrete
Analysis.Domain
Analysis.Effect.Env
Analysis.Effect.Heap
Analysis.File

View File

@ -0,0 +1,2 @@
module Analysis.Domain
() where