This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-11-25 11:04:00 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a83f77116d
semantic
/
prototype
/
Doubt
/
Cofree.swift
6 lines
94 B
Swift
Raw
Normal View
History
Unescape
Escape
Stub in Cofree.
2015-10-14 16:34:18 +03:00
//
C
o
p
y
r
i
g
h
t
©
2
0
1
5
G
i
t
H
u
b
.
A
l
l
r
i
g
h
t
s
r
e
s
e
r
v
e
d
.
Add an Unroll case to Cofree.
2015-10-14 16:42:21 +03:00
public
enum
Cofree
<
B
>
{
case
Unroll
(
B
)
Stub in Cofree.
2015-10-14 16:34:18 +03:00
}
Reference in New Issue
Copy Permalink