mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-06-10 19:28:16 +00:00
struct: small exmple fixes
This commit is contained in:
parent
fac507bebf
commit
2d6516c105
1 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ struct Request {
|
|||
Version* version;
|
||||
Utils* utils;
|
||||
Data* data;
|
||||
DateTime operaiton_date;
|
||||
DateTime time;
|
||||
};
|
||||
|
||||
// example itself
|
||||
|
|
@ -114,12 +114,12 @@ Request := [& User; # user
|
|||
& Version; # version
|
||||
& Utils; # utils
|
||||
& (); # data
|
||||
()] # operation_date
|
||||
()] # time
|
||||
# or Request := [& [& [(); ()], & [(); (); ()]]; # user
|
||||
# & [(); (); ()]; # version
|
||||
# & [(); ()]; # utils
|
||||
# & (); # data
|
||||
# ()] # operation_date
|
||||
# ()] # time
|
||||
|
||||
# example itself
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue