Packages

A pubsub definition for the LFE Dragon web framework

Current section

Files

Jump to
dragon_pubsub src dps.lfe
Raw

src/dps.lfe

(defmodule dps
(export
(my-fun 0)))
;;; -----------
;;; library API
;;; -----------
(defun my-fun ()
'hello-world)