1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

23063 Commits

Author SHA1 Message Date
Rob Rix
a44f2b2f86 Correct some doc comments. 2018-05-30 09:28:03 -04:00
Rob Rix
61d5ba6c41 Use location instead of Address in the Exports interface. 2018-05-30 09:26:31 -04:00
Rob Rix
89ae7740ed Use location instead of Address in the heap/env interfaces. 2018-05-30 09:25:32 -04:00
Rob Rix
dcf4b9abc7 📝 bind/bindAll. 2018-05-30 09:16:12 -04:00
Rob Rix
01b30e5ae1 🔥 the Eq1, Ord1, & Show1 instances for Address. 2018-05-30 09:10:36 -04:00
Rob Rix
cfe6be3bd5 🔥 fullEnvironment. 2018-05-30 09:06:57 -04:00
Rob Rix
a6934f5dfa Placate hlint. 2018-05-30 09:02:35 -04:00
Rob Rix
756cade411 Fix the doctests. 2018-05-30 09:01:13 -04:00
Rob Rix
cb5b786f35 :fire localEnv. 2018-05-30 08:45:44 -04:00
Rob Rix
3226a1bc39 Use locally instead of localEnv. 2018-05-30 08:45:00 -04:00
Rob Rix
f91d81df50 Use locally instead of localEnv id. 2018-05-30 08:39:53 -04:00
Rob Rix
8bde888c79 Define a locally helper to bind a new environment. 2018-05-30 08:39:05 -04:00
Rob Rix
99e75c2636 🔥 localize. 2018-05-30 08:37:40 -04:00
Rob Rix
703275d404 Don’t export defaultEnvironment. 2018-05-30 08:35:46 -04:00
Rob Rix
a4353e1797 Don’t export modifyEnv. 2018-05-30 08:33:23 -04:00
Rob Rix
b42e17aa95 bindAll instead of modifying the env. 2018-05-30 08:33:02 -04:00
Rob Rix
2daed4c1f9 Define a helper to bind all from an environment. 2018-05-30 08:26:56 -04:00
Rob Rix
b01f1ebbf4 Use bind instead of manually inserting into the environment. 2018-05-30 08:24:00 -04:00
Rob Rix
51075cfa9d Define a bind function to bind names in the environment. 2018-05-30 08:20:11 -04:00
Rob Rix
319bee9f91 Rename bind to intersect. 2018-05-30 08:18:28 -04:00
Rob Rix
0624afe626 Heap operates on locations. 2018-05-30 08:17:22 -04:00
Rob Rix
74067b20c2 Exports operates on locations. 2018-05-30 08:14:57 -04:00
Rob Rix
da3e9ad59c The Environment operates on locations. 2018-05-30 08:13:55 -04:00
Rob Rix
dcdcf52bea Live takes locations, not addresses. 2018-05-30 08:05:23 -04:00
Rob Rix
4ae5cb5f4e 🔥 Live’s value parameter. 2018-05-30 08:03:38 -04:00
Rob Rix
84117e4fe9 Define roots in terms of addresses. 2018-05-30 08:03:30 -04:00
Rob Rix
d8aa3c9a41 Use bindAll most places. 2018-05-30 07:53:54 -04:00
Rob Rix
d9a0d4dad7 forLoop runs in Env. 2018-05-30 07:51:22 -04:00
Rob Rix
23a2f7ee7b Fix a typo. 2018-05-30 07:45:12 -04:00
Rob Rix
c58d0df57f Run the Env effect. 2018-05-29 22:03:54 -04:00
Rob Rix
d4d5cc04d5 Don’t provide a Reader for the default environment. 2018-05-29 21:41:04 -04:00
Rob Rix
9a8acdc328 Wrap an Address. 2018-05-29 21:23:50 -04:00
Rob Rix
65d6e268d1 Correct a doc comment. 2018-05-29 21:22:20 -04:00
Rob Rix
5110a936a0 🔥 the value parameter to Live. 2018-05-29 21:21:43 -04:00
Rob Rix
95b5433233 Use Env in Type. 2018-05-29 21:16:44 -04:00
Rob Rix
4d62cb3f91 Use Env in Value. 2018-05-29 21:15:26 -04:00
Rob Rix
213841576d Bind locally in evaluateScopedEnv. 2018-05-29 21:12:03 -04:00
Rob Rix
f8e31c87d6 🔥 a redundant import. 2018-05-29 21:11:49 -04:00
Rob Rix
02d021fed5 Add a single handler which we interpret/reinterpret. 2018-05-29 21:11:10 -04:00
Rob Rix
b73de43e97 Add a constructor for closure over the environment. 2018-05-29 21:09:00 -04:00
Rob Rix
7c7204eec8 Define a bindAll operation. 2018-05-29 21:05:52 -04:00
Rob Rix
4feee93839 Use the Env effect. 2018-05-29 20:53:03 -04:00
Rob Rix
a878f85bdb Hide an export. 2018-05-29 20:52:57 -04:00
Rob Rix
43f774e0c3 Use locally in the Heap actions. 2018-05-29 20:49:53 -04:00
Rob Rix
0ba8046f28 Define a helper to push a local scope. 2018-05-29 20:48:27 -04:00
Rob Rix
df1e39bc25 Add push/pop constructors. 2018-05-29 20:40:41 -04:00
Rob Rix
39d2a568de Use bind wherever we’re inserting names manually. 2018-05-29 18:48:45 -04:00
Rob Rix
cebcfab528 Define a smart constructor to bind names to addresses. 2018-05-29 18:47:32 -04:00
Rob Rix
6b4d7db192 Add a constructor to bind names. 2018-05-29 18:43:10 -04:00
Rob Rix
a1d05dcd3d Rename Env.bind to Env.intersect. 2018-05-29 18:41:07 -04:00