File: haskell

package info (click to toggle)
le 1.16.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,848 kB
  • sloc: ansic: 30,032; cpp: 18,198; sh: 4,754; makefile: 112; perl: 82
file content (6 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
# -*- LE-syntax -*-
c3=^[[:space:]]*--.*$
# from c-literal: foo' is foo prime, not quoted text
c3="([^"\n\\]|\\\\(.|\n))*"
ci1,2=([^[:alnum:]_$]|^)(import|instance|where|do|let|return)([^[:alnum:]_]|$)
c2=\\[|\\]|::|=>|=|->|<-|\+\+|<<|>>|<<=|>>=