tvl-depot/users/grfn/emacs.d/snippets/haskell-mode/inl

6 lines
110 B
Text
Raw Normal View History

2018-09-18 16:18:20 +02:00
# -*- mode: snippet -*-
# name: inl
# key: inl
# expand-env: ((yas-indent-line 'fixed))
# --
{-# INLINE $1 #-}