Question: type Vertex = Int type Edge = ( Vertex , Vertex ) type Graph = [ Edge ] graph 1 :: Graph graph 1 =
type Vertex Int
type Edge VertexVertex
type Graph Edge graph :: Graph
graph Write a haskell function called numVE that takes as input a graph and returns a tuple that represents the
number of vertices and number of edges
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
