tvl-depot/users/grfn/emacs.d/snippets/prolog-mode/use-module

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
125 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: use-module
# uuid:
# key: use
# condition: t
# --
:- use_module(${1:library($2)}${3:, [$4]}).