about summary refs log tree commit diff
path: root/users/aspen/emacs/snippets/haskell-mode/inl
blob: 6e17b83d71143c08f8b304d4b7361094f290d564 (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: inl
# key: inl
# expand-env: ((yas-indent-line 'fixed))
# --
{-# INLINE $1 #-}