mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Sync
This commit is contained in:
parent
d0cc8d0fa9
commit
168bd6a9e9
2 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ public fun list0 (item) {
|
|||
public fun observe (name, f) {
|
||||
fun (k) {
|
||||
fun (s) {
|
||||
printf ("%s at %s\n", name, s.string);
|
||||
printf ("%s at %s\n", name, showMatcher (s));
|
||||
f (k)(s)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue