Skip to content
Snippets Groups Projects
Commit fe32f1c6 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] use exported name for builtins

parent 2f1d1362
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ let add_logic ~source result name kinds ~library ?category ~link () =
let add_predicate ~source name kinds ~library ~link () =
let params = List.map skind kinds in
let lfun = Lang.extern_fp ~library ~params ~link name in
let lfun = Lang.extern_fp ~library ~params ~link link.altergo in
register ~source name kinds (LFUN lfun)
let add_ctor ~source name kinds ~library ~link () =
......
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