Carp/src
2021-07-06 11:33:12 +02:00
..
ArrayTemplates.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
AssignTypes.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
ColorText.hs chore: Fix hlint warnings (#1086) 2020-12-22 17:44:44 +01:00
Commands.hs docs: set infoFile on primitives and commands (#1273) 2021-07-06 11:33:12 +02:00
Concretize.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Constraints.hs Add Dynamic.hash (#1069) 2020-12-16 15:53:55 +01:00
Context.hs fix: whitespace in context errors (#1274) 2021-07-06 11:32:31 +02:00
Deftype.hs fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00
Emit.hs feat: Remove address (#1223) 2021-05-27 22:04:46 +02:00
Env.hs fix: fix repl autocomplete (#1225) 2021-05-26 15:07:26 +02:00
Eval.hs fix: set correct info on defmodule (#1270) 2021-07-03 13:00:14 +02:00
EvalError.hs feat: Remove address (#1223) 2021-05-27 22:04:46 +02:00
Expand.hs feat: Remove address (#1223) 2021-05-27 22:04:46 +02:00
Forms.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +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: support recursive let bindings in static code (Fix 402) (#1230) 2021-06-05 17:45:50 +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 refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Meta.hs refactor: Context and Qualify (#1170) 2021-02-14 21:53:42 +01:00
Obj.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Parsing.hs feat: treat keywords as symbols (#1190) 2021-04-06 11:37:29 +02:00
Path.hs refactor: Apply Ormolu auto-formatting (#1045) 2020-12-02 16:33:37 +01:00
Polymorphism.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
PrimitiveError.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
Primitives.hs docs: set infoFile on primitives and commands (#1273) 2021-07-06 11:33:12 +02: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 feat: Remove address (#1223) 2021-05-27 22:04:46 +02:00
Scoring.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
Set.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
StartingEnv.hs feat: Emit docs for top level bindings (#1253) 2021-06-28 19:56:59 +02: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
SumtypeCase.hs fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00
Sumtypes.hs fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02: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
ToTemplate.hs fix: Handle unit members correctly in array templates (#1058) 2020-12-08 17:29:55 +01:00
TypeError.hs fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00
TypePredicates.hs refactor: Make Lookup module more focused and DRY (#1054) 2020-12-07 07:06:32 +01:00
Types.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
TypesToC.hs Refactor: clean up Env module, store type environments in modules (#1207) 2021-05-19 19:20:48 +02:00
Util.hs refactor: Clean up memory management functions (#1240) 2021-06-16 21:41:58 +02:00
Validate.hs fix: Don't crash on invalid member in struct / sumtype (#1228) 2021-06-01 21:15:41 +02:00