blob: 1deb3c8bcc6147359ba7eadb63b452266e54e2eb [file] [log] [blame] [edit]
--
-- Copyright 2016, NICTA
--
-- This software may be distributed and modified according to the terms of
-- the GNU General Public License version 2. Note that NO WARRANTY is provided.
-- See "LICENSE_GPLv2.txt" for details.
--
-- @TAG(NICTA_GPL)
--
foo : <Atag U8 | Btag U8 | Ctag U8> -> U8
foo | Atag x -> x
| Btag x -> x
| Ctag x -> x