Skip to content

Commit

Permalink
Make the demo example use #lang rosette and import fsm.rkt.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Jul 28, 2016
1 parent dc2b45f commit 10fcb7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdsl/fsm/demo.rkt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#lang s-exp "fsm.rkt"
#lang rosette

(require "fsm.rkt")

(define m
(automaton init
Expand Down

0 comments on commit 10fcb7a

Please sign in to comment.