mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Sync
This commit is contained in:
parent
d0cc8d0fa9
commit
168bd6a9e9
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
let version = "Version 1.10, 69c0b89e3, Mon Jan 31 23:46:18 2022 +0300"
|
||||
let version = "Version 1.10, d0cc8d0fa, Mon Feb 14 01:13:14 2022 +0300"
|
||||
|
|
|
|||
|
|
@ -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