-
Notifications
You must be signed in to change notification settings - Fork 0
AList as Set
schrdrl edited this page Dec 20, 2021
·
5 revisions
Traits:
- AList with cases ANil, ACons and AMany (with AMany =ANil ≀ ACons)
- AOption with cases ANone, ASome and AMaybe (with AMaybe = ANone ≀ ASome)
- ABool with cases ATrue, AFalse and AUnknown (with AUnknown = ATrue ≀ AFalse)
Method signatures:
- aHead (l: Set[AList]): Set[Set[AOption[AInt]]]
- aTail (l: Set[AList]): Set[Set[AOption[AList]]]
- isNil (l: Set[AList]): Set[Set[ABool]]
- Definitions: AList
- Definitions: AState
- Examples: Basic Functions
- Examples: Loop
- AList as Set
- Checklist: Operators
- Checklist: Experimental Evaluation
- Meeting Notes: 09.11.21
- Meeting Notes: 15.11.21
- Meeting Notes: 22.11.21
- Meeting Notes: 29.11.21
- Meeting Notes: 14.12.21
- Meeting Notes: 21.12.21
- Meeting-Notes: 11.01.22
- Meeting Notes: 18.02.22
- Meeting Notes: 01.02.22