1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00
Commit Graph

30402 Commits

Author SHA1 Message Date
Rob Rix
7e51f43451
Generalize Substitution over the name type. 2019-10-11 11:38:38 -04:00
Rob Rix
6fa4a01c80
Generalize Type over the name type. 2019-10-11 11:37:49 -04:00
Rob Rix
7d8e8f27d4
Generalize Monotype over the name type. 2019-10-11 11:36:17 -04:00
Rob Rix
804e3c1020
Use the Type synonym more widely. 2019-10-11 11:35:03 -04:00
Rob Rix
5ae39b172d
Generalize scopeGraph over the name type. 2019-10-11 11:33:29 -04:00
Rob Rix
a4b016d3df
Generalize runFile over the name type. 2019-10-11 11:32:55 -04:00
Rob Rix
ee292476e2
Generalize scopeGraphAnalysis over the name type. 2019-10-11 11:31:59 -04:00
Rob Rix
5eff1ac7af
Generalize ScopeGraph over the name type. 2019-10-11 11:31:31 -04:00
Rob Rix
701937f7d2
🔥 a redundant type application. 2019-10-11 11:31:22 -04:00
Rob Rix
b739911580
Generalize Decl over the name type. 2019-10-11 11:29:23 -04:00
Rob Rix
0c1b7bc25f
Analysis expects term to be * -> *. 2019-10-11 11:28:44 -04:00
Rob Rix
3b33e7768f
Apply term in Semi at * -> *. 2019-10-11 11:28:18 -04:00
Rob Rix
a0a7d37797
Generalize importGraph over the name type. 2019-10-11 11:27:03 -04:00
Rob Rix
6a0f78699a
Generalize runFile over the name type. 2019-10-11 11:26:27 -04:00
Rob Rix
ccea885056
Generalize importGraphAnalysis over the name type. 2019-10-11 11:25:32 -04:00
Rob Rix
29caad2419
Generalize Value over the name type. 2019-10-11 11:24:41 -04:00
Rob Rix
adeec84cd8
Generalize Semi over the name type. 2019-10-11 11:23:44 -04:00
Rob Rix
462086e473
Concrete applies term at * -> *. 2019-10-11 11:19:26 -04:00
Rob Rix
56556d3d98
Generalize concrete over the name type. 2019-10-11 11:17:16 -04:00
Rob Rix
6e439f8f49
Generalize runFile over the name type. 2019-10-11 11:03:50 -04:00
Rob Rix
12739872c5
Generalize concreteAnalysis over the name type. 2019-10-11 11:02:31 -04:00
Rob Rix
d62dc3c5cf
Generalize lookupConcrete over the name type. 2019-10-11 11:01:38 -04:00
Rob Rix
e7aefb8186
Generalize addressStyle over the name type. 2019-10-11 11:00:14 -04:00
Rob Rix
0eb9edf2ef
Generalize heapAddressGraph over the name type. 2019-10-11 10:59:19 -04:00
Rob Rix
264d33816b
Generalize heapValueGraph over the name type. 2019-10-11 10:59:08 -04:00
Rob Rix
c0a995f612
Generalize heapGraph over the name type. 2019-10-11 10:58:51 -04:00
Rob Rix
b697d187c7
Generalize EdgeType over the name type. 2019-10-11 10:58:20 -04:00
Rob Rix
fd793d7d7d
Generalize Env over the name type. 2019-10-11 10:57:40 -04:00
Rob Rix
3cad92a4e1
Generalize Heap over the name type. 2019-10-11 10:56:45 -04:00
Rob Rix
5974e82819
Generalize Concrete over the name type. 2019-10-11 10:55:31 -04:00
Rob Rix
541ef22076
Parameterize Analysis by the type of names. 2019-10-11 10:49:32 -04:00
Rob Rix
b6a9eeaf6b
Rename Analysis.Eval to Core.Eval. 2019-10-11 10:46:59 -04:00
Rob Rix
253116a46f
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-11 10:23:43 -04:00
Rob Rix
5b238d8c50
Don’t re-export Analysis. 2019-10-11 10:23:31 -04:00
Rob Rix
9c8350db48
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-11 10:22:41 -04:00
Rob Rix
f06af1755b
📝 Analysis. 2019-10-11 10:21:30 -04:00
Rob Rix
43d5516528
Move Analysis into its own module. 2019-10-11 10:20:34 -04:00
Rob Rix
05d9dab6d8
Stub in a module for the Analysis type. 2019-10-11 10:17:55 -04:00
Rob Rix
0792c3b518
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-11 09:15:47 -04:00
Rob Rix
59d6deb005
🔥 a redundant import. 2019-10-11 09:15:32 -04:00
Rob Rix
57ab84bb46
Weaken a Carrier constraint to Applicative. 2019-10-11 09:15:26 -04:00
Rob Rix
ba23138ade
🔥 a redundant constraint. 2019-10-11 09:15:17 -04:00
Rob Rix
cce6f74b95
🔥 a redundant import. 2019-10-11 09:13:48 -04:00
Rob Rix
d16a3c909c
Weaken a Carrier constraint to Applicative. 2019-10-11 09:13:30 -04:00
Rob Rix
9b48331945
🔥 a redundant constraint. 2019-10-11 09:13:20 -04:00
Rob Rix
b99b9f90df
Merge branch 'core-factoring' into eliminate-core-loc 2019-10-10 20:43:11 -04:00
Rob Rix
1b7acb2411
Add a missing dependency. 2019-10-10 20:43:00 -04:00
Rob Rix
a046690bd0
Correct a doctest. 2019-10-10 20:42:02 -04:00
Rob Rix
c2bb05fe25
🔥 Core.Loc. 2019-10-10 18:09:02 -04:00
Rob Rix
c31b6a072f
Fix the tests. 2019-10-10 18:08:25 -04:00