1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00
Commit Graph

293 Commits

Author SHA1 Message Date
Rob Rix
1c1caac53b
Define a smart constructor for Bind. 2019-11-01 14:42:18 -04:00
Rob Rix
1a48a16a44
Define a smart constructor for Alloc. 2019-11-01 14:41:40 -04:00
Rob Rix
7508f9c902
Export Env. 2019-11-01 14:41:31 -04:00
Rob Rix
cf1371f66a
Derive an Effect instance for Domain. 2019-11-01 14:39:59 -04:00
Rob Rix
fe29381b33
Derive an Effect instance for Heap. 2019-11-01 14:39:51 -04:00
Rob Rix
9c5289f54b
Define an Effect instance for Env. 2019-11-01 14:30:32 -04:00
Rob Rix
597b8f0813
Derive an HFunctor instance for Domain. 2019-11-01 13:20:28 -04:00
Rob Rix
894234d058
Derive an HFunctor instance for Heap. 2019-11-01 13:19:35 -04:00
Rob Rix
39a2df683d
Define an HFunctor instance for Env. 2019-11-01 13:18:57 -04:00
Rob Rix
ed65e40003
Abstract over the context constraints in Analysis.Concrete. 2019-10-28 13:32:35 -04:00
Rob Rix
3c1cdcb437
Abstract over the context constraints in Analysis.ImportGraph. 2019-10-28 13:31:45 -04:00
Rob Rix
5b004aba1f
Abstract over the context constraints in Analysis.ScopeGraph. 2019-10-28 13:30:41 -04:00
Rob Rix
c9c74ad67b
Abstract over the context constraints in Analysis.Typecheck. 2019-10-28 13:29:44 -04:00
Rob Rix
b9e05a97e7
Derive the HFunctor & RightModule instances for Polytype. 2019-10-28 13:27:52 -04:00
Rob Rix
37d41a83a1
Derive the RightModule instance for Monotype. 2019-10-28 13:26:48 -04:00
Rob Rix
554b289657
Derive the Effect instance for Monotype. 2019-10-28 11:59:37 -04:00
Rob Rix
4f3938d293
Bump for constraints in the Effect signature. 2019-10-28 11:57:59 -04:00
Rob Rix
e4dfe76ce9
Fix up the Readline effect & carrier. 2019-10-28 10:58:49 -04:00
Rob Rix
bb7fb81c68
Fix the analyses constraints. 2019-10-28 10:57:09 -04:00
Rob Rix
5cc2e2509d
evalFresh. 2019-10-28 10:56:58 -04:00
Rob Rix
f837076616
Fix an ambiguous variable. 2019-10-28 10:56:38 -04:00
Rob Rix
bb6d3e027f
Reformat a signature. 2019-10-28 10:56:30 -04:00
Rob Rix
1ba069fedd
Identity. 2019-10-28 10:40:27 -04:00
Rob Rix
f206046d21
Fix Analysis.Typecheck.
Yeah, this is not going to fly.
2019-10-25 17:46:06 -04:00
Rob Rix
50a94cee9d
Correct Fail.WithLoc. 2019-10-25 17:45:43 -04:00
Rob Rix
ff60586752
Reset fresh manually. 2019-10-25 17:45:35 -04:00
Rob Rix
dedeb43162
Export the Cache type. 2019-10-25 17:45:25 -04:00
Rob Rix
b1dd77d2fc
Fix an import. 2019-10-25 17:45:19 -04:00
Rob Rix
5372cfad51
Merge branch 'master' into fused-effects-one-dot-zero 2019-10-25 16:05:40 -04:00
Rob Rix
46984f04c1
Alignment. 2019-10-11 17:22:59 -04:00
Rob Rix
5acb7bee11
Add records to Domain. 2019-10-11 17:20:21 -04:00
Rob Rix
532f3b3196
Comments grouping the constructors. 2019-10-11 17:17:40 -04:00
Rob Rix
2a6b7c55a1
Give Unit a continuation. 2019-10-11 17:16:44 -04:00
Rob Rix
30ed90072d
Parameterize value by the term and name types. 2019-10-11 17:16:22 -04:00
Rob Rix
5cbab3e8f9
Define a Domain effect. 2019-10-11 17:06:20 -04:00
Rob Rix
bd8b21ebba
Define a Heap effect. 2019-10-11 16:50:36 -04:00
Rob Rix
e20c60f7a7
Define an Env effect. 2019-10-11 16:49:37 -04:00
Rob Rix
7f39647c22
🔥 the redundant dependencies on directory & filepath. 2019-10-11 14:38:00 -04:00
Rob Rix
ac103657aa
Use pathtype instead of directory & filepath to set up the readline effect. 2019-10-11 14:37:29 -04:00
Rob Rix
6d5583131d
🔥 semantic-analysis doctests. 2019-10-11 12:54:29 -04:00
Rob Rix
7f857c8c58
🔥 a doctest we can’t run. 2019-10-11 12:54:21 -04:00
Rob Rix
284c1ae4f8
Copy the Analysis.* and Control.* hierarchies into semantic-analysis. 2019-10-11 12:49:37 -04:00
Rob Rix
71a6331c7a
Stub in a package for analysis. 2019-10-11 12:42:49 -04:00