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