Carp/src
2021-12-20 15:54:49 +01:00
..
ArrayTemplates.hs fix: #1261 (#1272) 2021-09-04 15:07:52 +02:00
AssignTypes.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
BoxTemplates.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
ColorText.hs chore: Fix hlint warnings (#1086) 2020-12-22 17:44:44 +01:00
Commands.hs fix: run ormolu and clang-format (#1312) 2021-09-15 19:49:20 +02:00
Concretize.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
Constraints.hs feat: allow C types to satisfy all type constraints (#1306) 2021-09-04 15:08:51 +02:00
Context.hs fix: fix dynamic let bindings recursion and binder leaks (#1281) 2021-07-15 22:45:05 +02:00
Deftype.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
Emit.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
Env.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
Eval.hs fix: categorize static calls correctly (#1322) 2021-10-12 21:23:11 +02:00
EvalError.hs feat: Remove address (#1223) 2021-05-27 22:04:46 +02:00
Expand.hs fix: don't hang on module expansions (#1340) 2021-10-22 06:59:51 +02:00
Forms.hs refactor: Cleanup Concretize module (#1283) 2021-08-05 07:36:29 +02:00
GenerateConstraints.hs feat: Remove address (#1223) 2021-05-27 22:04:46 +02:00
Infer.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Info.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
InitialTypes.hs fix: Don't pass 'If' to InvalidObj when Obj actually is 'Mod' (#1327) 2021-10-18 16:54:36 +02:00
Interfaces.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
Managed.hs feat: 'delete' interface (deciding whether a type is managed or not) (#1061) 2020-12-20 21:21:14 +01:00
Map.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
Memory.hs Bug fix for #1064 and #843 (#1321) 2021-10-25 09:50:10 +02:00
Meta.hs refactor: Context and Qualify (#1170) 2021-02-14 21:53:42 +01:00
Obj.hs fix: categorize static calls correctly (#1322) 2021-10-12 21:23:11 +02:00
Parsing.hs fix: respect line number in repl (#1282) 2021-07-23 21:24:59 +02:00
Path.hs refactor: Apply Ormolu auto-formatting (#1045) 2020-12-02 16:33:37 +01:00
Polymorphism.hs fix: run ormolu and clang-format (#1312) 2021-09-15 19:49:20 +02:00
PrimitiveError.hs feat: add compiler error on maximum sumtype constructors (#1319) 2021-09-18 08:49:19 +02:00
Primitives.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
Project.hs refactor: use ormolu (#1193) 2021-04-01 09:42:42 +02:00
Qualify.hs fix: support recursive let bindings in static code (Fix 402) (#1230) 2021-06-05 17:45:50 +02:00
Reify.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
RenderDocs.hs fix: render submodules in html docs (#1242) 2021-06-11 13:02:52 +02:00
Repl.hs fix: respect line number in repl (#1282) 2021-07-23 21:24:59 +02:00
Scoring.hs fix: run ormolu and clang-format (#1312) 2021-09-15 19:49:20 +02:00
Set.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
StartingEnv.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
StaticArrayTemplates.hs fix: Unify aupdate and aupdate! with other update functions (#1220) 2021-05-25 12:11:31 +02:00
StructUtils.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Sumtypes.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
SymPath.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
Template.hs Add Dynamic.hash (#1069) 2020-12-16 15:53:55 +01:00
TemplateGenerator.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
ToTemplate.hs fix: Handle unit members correctly in array templates (#1058) 2020-12-08 17:29:55 +01:00
TypeCandidate.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00
TypeError.hs refactor: add type candidates and template generators (#1361) 2021-12-20 15:41:14 +01:00
TypePredicates.hs refactor: Make Lookup module more focused and DRY (#1054) 2020-12-07 07:06:32 +01:00
Types.hs feat: Adds flag to always output C id with headerparse (#1353) 2021-11-03 09:09:26 +01:00
TypesToC.hs feat: add box type (#1358) 2021-11-30 10:35:22 +01:00
Util.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Validate.hs chore: apply code formatting 2021-12-20 15:54:49 +01:00