diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-30 09:38:53 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-30 09:38:53 -0800 |
commit | 3fdf216140d3b23d016d55b69cf439fed4c174a0 (patch) | |
tree | 356045f8e6caeaea399386bc98c951ee78a152ce /starts/meaning-vm/level-2/habits.hpp | |
parent | 4df8ccec5e9e1d2c1480d164971d92ec78fdee7d (diff) | |
download | standingwithresilience-3fdf216140d3b23d016d55b69cf439fed4c174a0.tar.gz standingwithresilience-3fdf216140d3b23d016d55b69cf439fed4c174a0.zip |
one mess later, i think i found enough parts such that this will run after bugfixes
Diffstat (limited to 'starts/meaning-vm/level-2/habits.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/habits.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-2/habits.hpp b/starts/meaning-vm/level-2/habits.hpp index b416ee0..dfc83b2 100644 --- a/starts/meaning-vm/level-2/habits.hpp +++ b/starts/meaning-vm/level-2/habits.hpp @@ -145,7 +145,8 @@ namespace concepts { // make a contextual subcontext for an action // the maps are lists of translation map items - // result = (make-context-action)(needed-information-map, made-information-map, action) + // known-information is a map where the source items are taken literally instead of mapped + // result = (make-context-action)(known-information, needed-information-map, made-information-map, action) static ref action("action"); // condition do one of multiple possible actions |