mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-06-11 03:38:15 +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;
|
Version* version;
|
||||||
Utils* utils;
|
Utils* utils;
|
||||||
Data* data;
|
Data* data;
|
||||||
DateTime operaiton_date;
|
DateTime time;
|
||||||
};
|
};
|
||||||
|
|
||||||
// example itself
|
// example itself
|
||||||
|
|
@ -114,12 +114,12 @@ Request := [& User; # user
|
||||||
& Version; # version
|
& Version; # version
|
||||||
& Utils; # utils
|
& Utils; # utils
|
||||||
& (); # data
|
& (); # data
|
||||||
()] # operation_date
|
()] # time
|
||||||
# or Request := [& [& [(); ()], & [(); (); ()]]; # user
|
# or Request := [& [& [(); ()], & [(); (); ()]]; # user
|
||||||
# & [(); (); ()]; # version
|
# & [(); (); ()]; # version
|
||||||
# & [(); ()]; # utils
|
# & [(); ()]; # utils
|
||||||
# & (); # data
|
# & (); # data
|
||||||
# ()] # operation_date
|
# ()] # time
|
||||||
|
|
||||||
# example itself
|
# example itself
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue