Skip to content
Snippets Groups Projects
Commit dc3a7fa3 authored by David Bühler's avatar David Bühler
Browse files

[server] Kernel_ast: fixes marker lookup.

parent ab8dbd5c
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ struct ...@@ -94,7 +94,7 @@ struct
Hashtbl.add locs tag loc ; Hashtbl.add locs tag loc ;
tag tag
let lookup = Hashtbl.find (STATE.get()).locs let lookup tag = Hashtbl.find (STATE.get()).locs tag
type t = localizable type t = localizable
let syntax = Sy.publish ~page:Data.page ~name:"marker" let syntax = Sy.publish ~page:Data.page ~name:"marker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment