6 lines
110 B
Text
6 lines
110 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: inl
|
||
|
# key: inl
|
||
|
# expand-env: ((yas-indent-line 'fixed))
|
||
|
# --
|
||
|
{-# INLINE $1 #-}
|