8000 lookup · CafeOBJ/cafeobj Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Norbert Preining edited this page Oct 6, 2017 · 1 revision

look up <something>

displays the location (module) and further information where <something> has been defined.

Example

open INT .
%INT> look up Nat .

Nat
  - sort declared in NAT-VALUE
  - operator:
    op Nat : -> SortId { constr prec: 0 }
    -- declared in module NAT-VALUE

%INT>
Clone this wiki locally
0