mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
emptyCustomMap
This commit is contained in:
parent
695ddc7d88
commit
8cddb126b9
4 changed files with 20 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ public fun logOn () {
|
|||
|
||||
public fun initOstap () {
|
||||
tab := ref (emptyHashTab (1024, hash, compare));
|
||||
restab := emptyMemo ();
|
||||
restab := emptyCustomMemo (fun (x) {case x of #string -> true | _ -> false esac}, compare);
|
||||
hct := emptyMemo ()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue